Skip to content

Commit

Permalink
update lint glob
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Mcl authored Jun 10, 2024
1 parent 4a32588 commit 84d6d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test": "npm run test:files && npm run test:memory",
"test:memory": "mocha 'test/memory_spec.js' --timeout 5000",
"test:files": "mocha 'test/file_spec.js' --timeout 5000",
"lint": "eslint -c .eslintrc *.js",
"lint:fix": "eslint -c .eslintrc *.js --fix"
"lint": "eslint -c .eslintrc **/*.js",
"lint:fix": "eslint -c .eslintrc **/*.js --fix"
},
"keywords": [
"FlowFuse",
Expand Down

0 comments on commit 84d6d67

Please sign in to comment.