aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-20 03:07:06 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-20 03:07:06 +0100
commit64ca9411865b45a0e9cfbdcffd431111a5582a9e (patch)
tree0f07ab7fb4f8362fd68581af75ce86c3192ee835 /language-web/package.json
parentbuild: upgrade to yarn 3 (diff)
downloadrefinery-64ca9411865b45a0e9cfbdcffd431111a5582a9e.tar.gz
refinery-64ca9411865b45a0e9cfbdcffd431111a5582a9e.tar.zst
refinery-64ca9411865b45a0e9cfbdcffd431111a5582a9e.zip
chore(web): remove eslint-plugin-sonarjs
It is not compatible with eslint 8 yet: https://github.com/SonarSource/eslint-plugin-sonarjs/issues/286
Diffstat (limited to 'language-web/package.json')
-rw-r--r--language-web/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/language-web/package.json b/language-web/package.json
index 0fca5d94..39a8036b 100644
--- a/language-web/package.json
+++ b/language-web/package.json
@@ -9,7 +9,7 @@
9 "serve": "webpack serve --node-env development --hot", 9 "serve": "webpack serve --node-env development --hot",
10 "check": "yarn run check:eslint && yarn run check:stylelint", 10 "check": "yarn run check:eslint && yarn run check:stylelint",
11 "check:eslint": "eslint .", 11 "check:eslint": "eslint .",
12 "check:eslint:ci": "eslint -c ./.eslintrc.ci.js -f json -o build/eslint.json .", 12 "check:eslint:ci": "eslint -f json -o build/eslint.json .",
13 "check:stylelint": "stylelint src/main/css/**/*.scss", 13 "check:stylelint": "stylelint src/main/css/**/*.scss",
14 "check:stylelint:ci": "stylelint -f json src/main/css/**/*.scss > build/stylelint.json" 14 "check:stylelint:ci": "stylelint -f json src/main/css/**/*.scss > build/stylelint.json"
15 }, 15 },
@@ -45,7 +45,6 @@
45 "eslint-plugin-jsx-a11y": "^6.5.1", 45 "eslint-plugin-jsx-a11y": "^6.5.1",
46 "eslint-plugin-react": "^7.27.1", 46 "eslint-plugin-react": "^7.27.1",
47 "eslint-plugin-react-hooks": "^4.3.0", 47 "eslint-plugin-react-hooks": "^4.3.0",
48 "eslint-plugin-sonarjs": "^0.10.0",
49 "html-webpack-plugin": "^5.5.0", 48 "html-webpack-plugin": "^5.5.0",
50 "image-webpack-loader": "^8.0.1", 49 "image-webpack-loader": "^8.0.1",
51 "magic-comments-loader": "^1.4.1", 50 "magic-comments-loader": "^1.4.1",