Skip to content

Commit

Permalink
Remove extensions from scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
valadaptive committed Jan 1, 2023
1 parent eec2273 commit d418e0a
Show file tree
Hide file tree
Showing 8 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 @@
etc/scripts/dist
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"cover": "nyc mocha -- --ui tdd",
"coverAndPublish": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"dist": "./etc/scripts/dist",
"lint": "eslint etc/ lib/ test/",
"lint": "eslint etc/ lib/ test/ \"etc/scripts/**\"",
"perf": "./etc/scripts/perf.js etc/schemas/*",
"test": "mocha --ui tdd --reporter dot"
},
Expand Down

0 comments on commit d418e0a

Please sign in to comment.