Skip to content

Commit

Permalink
🔥 remove ignore enums from eslint config which cause errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM committed Jul 21, 2023
1 parent 7fdf0b6 commit e01719d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-beers-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-config-antoine": patch
---

Remove ignore enums from eslint config which cause errors
3 changes: 1 addition & 2 deletions packages/eslint-config-antoine/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ const config: Linter.Config = {
varsIgnorePattern: "^_",
args: "after-used",
argsIgnorePattern: "^_",
ignoreRestSiblings: false,
ignoreEnums: true,
ignoreRestSiblings: false
},
],
"react/jsx-filename-extension": [1, { extensions: [".tsx", ".ts"] }],
Expand Down

0 comments on commit e01719d

Please sign in to comment.