Skip to content

Commit

Permalink
chore: Expand ESLint glob
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Oct 14, 2020
1 parent 7074987 commit 0bb17dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ performance
examples
dist
docs
lib
tests
source/JUMFlot/*
source/misc/*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "tests"
},
"scripts": {
"eslint": "eslint \"./source/**/*.js\"",
"eslint": "eslint .",
"test": "karma start karma.conf.js --single-run --stopOnEsLintError",
"karma": "karma start",
"build": "gulp build"
Expand Down

0 comments on commit 0bb17dd

Please sign in to comment.