summaryrefslogtreecommitdiffstatshomepage
path: root/core/.eslintrc.json
diff options
context:
space:
mode:
authorLauri Eskola <lauri.eskola@acquia.com>2022-03-21 16:17:38 +0200
committerLauri Eskola <lauri.eskola@acquia.com>2022-03-21 16:17:38 +0200
commit3e0914667cce3214ffcf998d5f67eb6f05b0d518 (patch)
tree79be60f5da4cfa1b12029dd078dd0146577890fe /core/.eslintrc.json
parent7a1c45f38e03860592e70b8aef0235e6ad6f332f (diff)
downloaddrupal-3e0914667cce3214ffcf998d5f67eb6f05b0d518.tar.gz
drupal-3e0914667cce3214ffcf998d5f67eb6f05b0d518.zip
Issue #3239838 by longwave, Spokje, nod_, xjm: Update core eslint configuration to remove unused React and JSX rules
Diffstat (limited to 'core/.eslintrc.json')
-rw-r--r--core/.eslintrc.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/core/.eslintrc.json b/core/.eslintrc.json
index c067f4a6c92..ddf7aba3847 100644
--- a/core/.eslintrc.json
+++ b/core/.eslintrc.json
@@ -1,6 +1,6 @@
{
"extends": [
- "airbnb",
+ "airbnb-base",
"plugin:prettier/recommended",
"plugin:yml/recommended"
],
@@ -28,11 +28,6 @@
"CKEditor5": true,
"tabbable": true
},
- "settings": {
- "react": {
- "version": "latest"
- }
- },
"rules": {
"prettier/prettier": "error",
"consistent-return": ["off"],