Skip to content

Commit

Permalink
Remove unnecessary eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed Feb 25, 2024
1 parent c5d4525 commit 9f17d78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/docs/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/** @type {import("eslint").Linter.Config} */
module.exports = {
extends: ["@marshallku/eslint-config/storybook.js"],
rules: {
"import/no-extraneous-dependencies": "off",
"unicorn/filename-case": "off",
},
};

0 comments on commit 9f17d78

Please sign in to comment.