Skip to content

Commit

Permalink
refactor: remove duplicate storybook eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
gavmck committed Apr 26, 2024
1 parent 646b0b4 commit a663629
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
module.exports = {
plugins: ['lit-a11y'],
extends: [
'@etchteam',
'plugin:lit-a11y/recommended',
'plugin:storybook/recommended',
],
extends: ['@etchteam', 'plugin:lit-a11y/recommended'],
rules: {
'@typescript-eslint/no-namespace': [
'error',
Expand Down

0 comments on commit a663629

Please sign in to comment.