Skip to content

Commit

Permalink
refactor: rm configs key in the new plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jjangga0214 committed Sep 15, 2022
1 parent 9b9bfce commit be22bed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/configs/recommended.js
@@ -1,11 +1,11 @@
const jsxA11y = require('..');

const plugin = { ...jsxA11y };
delete plugin.configs;

module.exports = {
plugins: {
'jsx-a11y': {
...jsxA11y,
configs: undefined,
},
'jsx-a11y': plugin,
},
languageOptions: {
parserOptions: {
Expand Down

0 comments on commit be22bed

Please sign in to comment.