Skip to content

Commit

Permalink
fix(eslint): change to use eslint.config.cjs instead .eslintrc.cjs
Browse files Browse the repository at this point in the history
For the deprecated eslintrc format
  • Loading branch information
PunGrumpy committed Apr 6, 2024
1 parent d6c358e commit 506a33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"license": "MIT",
"scripts": {
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"lint": "eslint **/*.ts --no-warn-ignored",
"lint:fix": "eslint **/*.ts --fix --no-warn-ignored",
"test": "bun test --timeout 5000 --coverage",
"test:ci": "bun test --timeout 5000 --coverage",
"publish": "npm publish",
Expand Down

0 comments on commit 506a33b

Please sign in to comment.