Skip to content

Commit

Permalink
refactor: added npm script fro lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NickIliev committed Mar 20, 2018
1 parent ce0f63c commit 2d8c393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
"error",
{
"vars": "all",

"args": "none",
"ignoreRestSiblings": false
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"eslint": "^4.19.0",
"eslint": "~4.19.0",
"fs-extra": "^0.30.0",
"lazy": "1.0.11",
"markdown-snippet-injector": "^0.2.0",
"tar.gz": "^1.0.7"
},
"scripts": {
"lint": "eslint \"app/**/*.js\"",
"pretsc": "npm install",
"build": "node scripts/build.js",
"postbuild": "npm run inject && npm run archive",
Expand Down

0 comments on commit 2d8c393

Please sign in to comment.