aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-05-31 07:21:46 +0300
committerGravatar Vitaly Takmazov2023-05-31 07:21:46 +0300
commit41d02443a7a86fec3e5cf520eabeee8cfb477ca0 (patch)
tree81ad5e5ca256acdebfcb356bf5f38a50e6fc5551 /package.json
parentf2a7ea3af919548d41383734e8a3667086a44bcc (diff)
ESLint: switch back to default parser
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",