Skip to content

Commit 3aef839

Browse files
committed
install eslint dependencies
1 parent cdd19ee commit 3aef839

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
@@ -29,12 +29,20 @@
2929
"@babel/core": "^7.29.0",
3030
"@babel/preset-env": "^7.29.2",
3131
"@babel/preset-react": "^7.28.5",
32+
"@eslint/js": "^10.0.1",
33+
"@typescript-eslint/eslint-plugin": "^8.58.1",
34+
"@typescript-eslint/parser": "^8.58.1",
3235
"babel-loader": "^10.1.1",
3336
"css-loader": "^7.1.4",
37+
"eslint": "^10.2.0",
38+
"eslint-config-prettier": "^10.1.8",
39+
"eslint-plugin-react": "^7.37.5",
40+
"eslint-plugin-react-hooks": "^7.0.1",
3441
"fetch-mock": "^11.1.5",
3542
"fork-ts-checker-notifier-webpack-plugin": "^9.0.0",
3643
"fork-ts-checker-webpack-plugin": "^9.1.0",
3744
"fs-extra": "^7.0.1",
45+
"globals": "^17.4.0",
3846
"gulp": "^5.0.1",
3947
"html-webpack-plugin": "^5.6.3",
4048
"husky": "^9.1.7",
@@ -60,6 +68,7 @@
6068
"terriajs-plugin-api": "0.0.1-alpha.17",
6169
"terriajs-plugin-sample": "0.0.1-alpha.7",
6270
"typescript": "^5.9.2",
71+
"typescript-eslint": "^8.58.1",
6372
"urijs": "^1.18.12",
6473
"webpack": "^5.105.4",
6574
"webpack-cli": "^5.1.4",

0 commit comments

Comments
 (0)