Don't raise prettier complaints in 'npm run lint'

This commit is contained in:
Sainan 2024-05-31 10:18:03 +02:00
parent 029ff27d5e
commit 9beb57b6ce

View File

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