Skip to content

Commit 095b57d

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix(cli): update eslint version and fix config logic
1 parent 61afe26 commit 095b57d

File tree

6 files changed

+169
-481
lines changed

6 files changed

+169
-481
lines changed

.eslintrc.json

Lines changed: 0 additions & 154 deletions
This file was deleted.

eslint.config.js

Lines changed: 0 additions & 134 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test": "nyc npm run jasmine",
2828
"jasmine": "node spec/jasmine-runner.js",
2929
"coverage": "nyc report --report-dir",
30-
"lint": "eslint -c .eslintrc.json ./**/*.ts",
30+
"lint": "eslint -c .eslintrc.mjs ./**/*.ts",
3131
"config-schema": "typescript-json-schema packages/core/types/Config.ts Config -o packages/core/config/Config.schema.json"
3232
},
3333
"nyc": {
@@ -65,10 +65,10 @@
6565
"@types/node": "^22.5.5",
6666
"@typescript-eslint/eslint-plugin": "^8.21.0",
6767
"@typescript-eslint/parser": "^8.21.0",
68-
"browser-sync": "^3.0.3",
6968
"coveralls-next": "^4.2.1",
70-
"eslint": "^8.57.0",
71-
"eslint-plugin-import": "^2.31.0",
69+
"browser-sync": "^3.0.3",
70+
"eslint": "^9.20.0",
71+
"eslint-plugin-import": "^2.29.1",
7272
"eslint-plugin-prefer-arrow": "^1.2.3",
7373
"eslint-plugin-unicorn": "^52.0.0",
7474
"glob": "^11.0.0",

packages/igx-templates/igx-ts-legacy/projects/_base/files/__dot__eslintrc.json

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)