Skip to content

Commit

Permalink
chore: eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
shishkin committed Jul 22, 2023
1 parent f31b3e1 commit 60845e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
4 changes: 0 additions & 4 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ module.exports = {
extraFileExtensions: [".astro"],
},
},
{
files: ["*.ts"],
parser: "@typescript-eslint/parser",
},
],
rules: {
"prettier/prettier": "error",
Expand Down

0 comments on commit 60845e8

Please sign in to comment.