Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
🚨 Fixed lint cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
davidahouse committed May 30, 2022
1 parent fe27177 commit 8f6eeb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 2017
"ecmaVersion": 2018
},

"env": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "bin/stampede-worker.js",
"scripts": {
"test": "mocha",
"lint": "eslint -f codeframe --ignore-path .gitignore .",
"lint": "eslint --ignore-path .gitignore $(find . -name \"*.js\" -not -path \"./node_modules/*\" -not -path \"./public/*\")",
"lint-fix": "eslint --fix --ignore-path .gitignore .",
"dev": "nodemon bin/stampede-portal.js"
},
Expand Down

0 comments on commit 8f6eeb4

Please sign in to comment.