Skip to content

Commit

Permalink
Create .eslintignore instead of using .gitignore (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored May 6, 2024
1 parent e2560a1 commit 862ba63
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
@@ -0,0 +1 @@
out/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"license": "UNLICENSED",
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"lint": "eslint .",
"test": "node build/specs.js /dev/null",
"build": "rm -rf out && mkdir out && node build/specs.js out/specs.json && node build/data.js out/specs.json out/data.json && cp static/* out/"
},
Expand Down

0 comments on commit 862ba63

Please sign in to comment.