diff --git a/packages/create-plugin/templates/common/_package.json b/packages/create-plugin/templates/common/_package.json index 1598bdc6b..100bc6985 100644 --- a/packages/create-plugin/templates/common/_package.json +++ b/packages/create-plugin/templates/common/_package.json @@ -25,6 +25,7 @@ "@grafana/plugin-e2e": "^1.12.2",{{/if}} "@grafana/tsconfig": "^2.0.0",{{#if usePlaywright}} "@playwright/test": "^1.41.2",{{/if}} + "@stylistic/eslint-plugin-ts": "^2.9.0", "@swc/core": "^1.3.90", "@swc/helpers": "^0.5.0", "@swc/jest": "^0.2.26", @@ -34,8 +35,15 @@ "@types/node": "^20.8.7",{{#unless useReactRouterV6}} "@types/react-router-dom": "^{{ reactRouterVersion }}",{{/unless}} "@types/testing-library__jest-dom": "5.14.8", + "@typescript-eslint/eslint-plugin": "^6.18.0", + "@typescript-eslint/parser": "^6.18.0", "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.7.3", + "eslint": "^8.0.0", + "eslint-config-prettier": "^8.8.0", + "eslint-plugin-jsdoc": "^46.8.0", + "eslint-plugin-react": "^7.33.0", + "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-deprecation": "^2.0.0", "eslint-webpack-plugin": "^4.0.1", "fork-ts-checker-webpack-plugin": "^8.0.0",