Allow running eslint with npm run eslint
Document this command in README.md file
This commit is contained in:
parent
1da6473420
commit
62a9576554
2 changed files with 15 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
|||
"author": "",
|
||||
"license": "LGPL-2.1",
|
||||
"scripts": {
|
||||
"build": "webpack"
|
||||
"build": "webpack",
|
||||
"eslint": "eslint --ext .jsx --ext .es6 ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue