Skip to content

Commit 081e995

Browse files
committed
install eslint dependencies
1 parent 31cb99a commit 081e995

2 files changed

Lines changed: 1571 additions & 15 deletions

File tree

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,20 @@
4141
"@babel/core": "^7.29.0",
4242
"@babel/preset-env": "^7.29.2",
4343
"@babel/preset-react": "^7.28.5",
44+
"@eslint/js": "^10.0.1",
45+
"@typescript-eslint/eslint-plugin": "^8.58.1",
46+
"@typescript-eslint/parser": "^8.58.1",
4447
"babel-loader": "^10.1.1",
4548
"css-loader": "^7.1.4",
49+
"eslint": "^10.2.0",
50+
"eslint-config-prettier": "^10.1.8",
51+
"eslint-plugin-react": "^7.37.5",
52+
"eslint-plugin-react-hooks": "^7.0.1",
4653
"fetch-mock": "^11.1.5",
4754
"fork-ts-checker-notifier-webpack-plugin": "^9.0.0",
4855
"fork-ts-checker-webpack-plugin": "^9.1.0",
4956
"fs-extra": "^7.0.1",
57+
"globals": "^17.5.0",
5058
"gulp": "^5.0.1",
5159
"html-webpack-plugin": "^5.6.3",
5260
"husky": "^9.1.7",
@@ -72,6 +80,7 @@
7280
"terriajs-plugin-api": "0.0.1-alpha.17",
7381
"terriajs-plugin-sample": "0.0.1-alpha.7",
7482
"typescript": "^5.9.2",
83+
"typescript-eslint": "^8.58.2",
7584
"urijs": "^1.18.12",
7685
"webpack": "^5.105.4",
7786
"webpack-cli": "^5.1.4",

0 commit comments

Comments
 (0)