Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Mar 21, 2024
1 parent e9dd676 commit 365ab4c
Show file tree
Hide file tree
Showing 6 changed files with 9,115 additions and 7,858 deletions.
22 changes: 22 additions & 0 deletions puzzling-potions/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"@typescript-eslint",
"simple-import-sort"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
}
Loading

0 comments on commit 365ab4c

Please sign in to comment.