improve: ensure 'npm run lint' passes without errors #249

Merged
Sainan merged 9 commits from eslint into main 2024-06-01 04:03:27 -07:00
Showing only changes of commit 9beb57b6ce - Show all commits

View File

@ -4,14 +4,13 @@
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking"
],
"plugins": ["@typescript-eslint", "prettier"],
"plugins": ["@typescript-eslint"],
"env": {
"browser": true,
"es6": true,
"node": true
},
"rules": {
"prettier/prettier": "error",
"@typescript-eslint/semi": ["error"],
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",