Skip to content

Commit

Permalink
Merge pull request #11 from philbates35/fix-eslint-ignore-patterns
Browse files Browse the repository at this point in the history
ESLint: Remove incorrect ignorePatterns
  • Loading branch information
philbates35 authored Jan 25, 2024
2 parents b2d225d + 90d1686 commit 8e63991
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ module.exports = {
"plugin:@typescript-eslint/recommended",
"prettier",
],
ignorePatterns: ["dist", ".eslintrc.cjs"],
parser: "@typescript-eslint/parser",
};

0 comments on commit 8e63991

Please sign in to comment.