Skip to content

Commit

Permalink
chore: add eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
SapphicMoe committed Mar 1, 2024
1 parent c0f6a7c commit bc8ebb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
},
"rules": {
"import/extensions": "off",
"import/no-useless-path-segments": "off"
"import/no-useless-path-segments": "off",
"@typescript-eslint/no-unnecessary-condition": "off"
}
}

0 comments on commit bc8ebb7

Please sign in to comment.