diff --git a/react.js b/react.js index dbc92119..d9bc99aa 100644 --- a/react.js +++ b/react.js @@ -1,5 +1,6 @@ module.exports = { extends: ['plugin:jsx-a11y/recommended', 'plugin:react/recommended'], + plugins: ['jsx-a11y', 'react'], env: { browser: true, }, diff --git a/testing.js b/testing.js index 9faf1735..46974d26 100644 --- a/testing.js +++ b/testing.js @@ -1,6 +1,6 @@ module.exports = { extends: ['plugin:jest/recommended', 'plugin:jest/style', 'plugin:jest-formatting/recommended'], - plugins: ['jest'], + plugins: ['import', 'jest', 'node', 'sonarjs'], env: { 'jest/globals': true, },