fix: don't fail lint on missing semicolon; prettier will fix it #266

Merged
Sainan merged 1 commits from fix-eslint into main 2024-06-02 06:28:11 -07:00
Showing only changes of commit ebcf694d70 - Show all commits

View File

@ -11,7 +11,7 @@
"node": true
},
"rules": {
"@typescript-eslint/semi": ["error"],
"@typescript-eslint/semi": "warn",
"@typescript-eslint/explicit-function-return-type": "warn",
"@typescript-eslint/explicit-module-boundary-types": "warn",
"@typescript-eslint/restrict-template-expressions": "warn",