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
3e1bcd3c
Commit
3e1bcd3c
authored
Mar 17, 2018
by
Alexander Dietmüller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only lint .js files with eslint
parent
478d685b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Frontend/package.json
Frontend/package.json
+1
-1
No files found.
Frontend/package.json
View file @
3e1bcd3c
...
...
@@ -8,7 +8,7 @@
"start"
:
"webpack-dev-server --hot --inline"
,
"build"
:
"webpack -p --config webpack.config.prod.js"
,
"server"
:
"webpack-dev-server"
,
"lint"
:
"eslint src/**"
,
"lint"
:
"eslint src/**
.js
"
,
"lint-fix"
:
"eslint --fix src/**"
},
"author"
:
"AMIV IT team"
,
...
...
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