aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 05427f0f..22cbe90f 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "cross-env NODE_ENV=production webpack",
- "lint": "eslint src",
+ "lint": "eslint src/main/assets",
"vnext:test": "jest",
"vnext:build": "webpack -c vnext/webpack.config.js --mode production",
"vnext:build:ssr": "npm run vnext:build && webpack -c vnext/server/webpack.config.js --mode production",
@@ -46,7 +46,6 @@
"@swc/jest": "^0.2.26",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
- "@typescript-eslint/eslint-plugin": "^5.59.8",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"core-js": "^3.30.2",