diff options
author | Lauri Eskola <lauri.eskola@acquia.com> | 2022-03-21 16:17:38 +0200 |
---|---|---|
committer | Lauri Eskola <lauri.eskola@acquia.com> | 2022-03-21 16:17:38 +0200 |
commit | 3e0914667cce3214ffcf998d5f67eb6f05b0d518 (patch) | |
tree | 79be60f5da4cfa1b12029dd078dd0146577890fe /core/.eslintrc.json | |
parent | 7a1c45f38e03860592e70b8aef0235e6ad6f332f (diff) | |
download | drupal-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.json | 7 |
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"], |