Skip to content

Commit

Permalink
Fix: ESLint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed May 26, 2024
1 parent 99f1350 commit 2ffd0ae
Show file tree
Hide file tree
Showing 2 changed files with 3,374 additions and 4,441 deletions.
9 changes: 2 additions & 7 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@
"prettier/prettier": "warn",
"react/react-in-jsx-scope": "off",
"unused-imports/no-unused-imports": "error",
"tailwindcss/no-custom-classname": [
"warn",
{
"whitelist": ["rainbow\\-bg", "rainbow\\-text", "rainbow\\-bg\\-shadow", "rainbow\\-text\\-shadow"]
}
],
"tailwindcss/no-custom-classname": "warn",
"no-unsanitized/method": "warn",
"no-unsanitized/property": "warn"
},
Expand All @@ -47,7 +42,7 @@
"rules": {
"@typescript-eslint/no-non-null-assertion": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": ["error"]
"@typescript-eslint/no-unused-vars": "error"
}
}
]
Expand Down
Loading

0 comments on commit 2ffd0ae

Please sign in to comment.