Skip to content

Commit

Permalink
fix(eslint): update script
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Aug 1, 2021
1 parent 81e9a71 commit 0416c53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
example
example/
node_modules/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "jest",
"test-coverage": "cross-env NODE_ENV=test jest --coverage",
"test-watch": "cross-env NODE_ENV=test jest --watchAll",
"lint": "eslint ./*/*.js",
"lint": "eslint . --ext js",
"version": "conventional-changelog -p karma -i CHANGELOG.md -s -r 0 && git add .",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
Expand Down Expand Up @@ -118,7 +118,7 @@
"allowTemplateLiterals": true
}
],
"no-console": "off",
"no-console": 0,
"arrow-parens": [
"error",
"as-needed"
Expand Down

0 comments on commit 0416c53

Please sign in to comment.