Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pvk-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
amiv
pvk-tool
Commits
262b0b5c
Commit
262b0b5c
authored
Nov 23, 2017
by
Alexander Dietmüller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Frontend/eslint: remove CRLF rule from webpack.config.js
parent
1233521a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Frontend/webpack.config.js
Frontend/webpack.config.js
+1
-2
No files found.
Frontend/webpack.config.js
View file @
262b0b5c
/* eslint linebreak-style: ['error', 'windows'] */
var
webpack
=
require
(
'
webpack
'
);
var
config
=
{
...
...
@@ -37,4 +36,4 @@ var config = {
devtool
:
"
eval-source-map
"
// Default development sourcemap
};
module
.
exports
=
config
;
\ No newline at end of file
module
.
exports
=
config
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment