Skip to content

Commit

Permalink
chore: use root .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Nov 27, 2024
1 parent 84ee980 commit 2b95516
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 54 deletions.
25 changes: 0 additions & 25 deletions packages/resources-provider-plugin/.eslintrc.js

This file was deleted.

4 changes: 2 additions & 2 deletions packages/resources-provider-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"build-declaration": "tsc --declaration --allowJs false",
"watch": "npm run build -- -w",
"prettier": "prettier -w src/",
"lint": "eslint -c .eslintrc.js --ext .ts --ext .js --fix src/",
"lint": "eslint --ext .ts --ext .js --fix src/",
"format": "npm run prettier && npm run lint",
"ci-lint": "eslint -c .eslintrc.js --ext .ts --ext .js src/ && prettier --check src/",
"ci-lint": "eslint --ext .ts --ext .js src/ && prettier --check src/",
"prepublishOnly": "npm run build && npm run build-declaration",
"test": "npm run build && npm run build-declaration && npm run ci-lint"
},
Expand Down
25 changes: 0 additions & 25 deletions packages/server-api/.eslintrc.js

This file was deleted.

4 changes: 2 additions & 2 deletions packages/server-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"prepublishOnly": "npm run build",
"typedoc": "typedoc --out docs src",
"prettier": "prettier -w src/",
"lint": "eslint -c .eslintrc.js --ext .ts --ext .js --fix src/",
"lint": "eslint --ext .ts --ext .js --fix src/",
"format": "npm run prettier && npm run lint",
"ci-lint": "eslint -c .eslintrc.js --ext .ts --ext .js src/ && prettier --check src/",
"ci-lint": "eslint --ext .ts --ext .js src/ && prettier --check src/",
"test": "mocha --require ts-node/register src/**/*.test.ts && npm run ci-lint"
},
"repository": {
Expand Down

0 comments on commit 2b95516

Please sign in to comment.