Skip to content

Commit

Permalink
Improved prettier and eslint
Browse files Browse the repository at this point in the history
* Give prettier full reign
* Made eslint more aggressive
  • Loading branch information
JimTheCactus committed Oct 16, 2024
1 parent 1de1377 commit 2df5b3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
specs/ccapi_*.json
.yarn/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"start": "node ./dist/src/index.js",
"dev": "ts-node ./src/index.ts",
"watch": "nodemon src/index.ts",
"lint": "eslint --max-warnings=0 ./src",
"lint": "eslint --max-warnings=0 ./src ./eslint.config.mjs ./jest.config.ts",
"clean": "tsc --build --clean",
"fmt": "prettier --write src/.",
"fmt": "prettier --write .",
"fmt-chk": "prettier --check .",
"postinstall": "husky",
"test": "jest"
Expand Down

0 comments on commit 2df5b3a

Please sign in to comment.