mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 19:47:00 +03:00
match sponsorblock warn rules
This commit is contained in:
11
.eslintrc.js
11
.eslintrc.js
@@ -16,14 +16,7 @@ module.exports = {
|
|||||||
plugins: ["@typescript-eslint"],
|
plugins: ["@typescript-eslint"],
|
||||||
rules: {
|
rules: {
|
||||||
// TODO: Remove warn rules when not needed anymore
|
// TODO: Remove warn rules when not needed anymore
|
||||||
"@typescript-eslint/no-this-alias": "warn",
|
"no-self-assign": "off",
|
||||||
"no-self-assign": "warn",
|
"@typescript-eslint/no-empty-interface": "off",
|
||||||
"@typescript-eslint/no-empty-interface": "warn",
|
|
||||||
"@typescript-eslint/ban-types": "warn",
|
|
||||||
},
|
|
||||||
settings: {
|
|
||||||
react: {
|
|
||||||
version: "detect",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user