Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg committed Dec 17, 2022
1 parent c955775 commit 70e59a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"ignorePatterns": ["pnpm-lock.yaml"],
"rules": {
"linebreak-style": ["error", "unix"],
"no-duplicate-imports": "error",
Expand Down

0 comments on commit 70e59a2

Please sign in to comment.