Skip to content

Commit

Permalink
Merge pull request #56 from pronevich/pronevich-patch-1
Browse files Browse the repository at this point in the history
Now linter will cover .js files in root dir
  • Loading branch information
Sly777 authored Jul 22, 2017
2 parents 435c3a2 + e09887f commit cab0112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev:next": "npm run lint && next",
"start": "NODE_ENV=production node server.js",
"start:next": "next start",
"lint": "eslint --fix '{pages,components,libraries,server,helper_scripts}/**/*.js'",
"lint": "eslint --fix '{pages,components,libraries,server,helper_scripts}/**/*.js' '*.js'",
"analyze": "ANALYZE_BUILD=true npm run build",
"setup": "node ./helper_scripts/CL_commands/setup.js && npm run setup:after",
"setup:after": "npm run build",
Expand Down

0 comments on commit cab0112

Please sign in to comment.