mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Disable ESLint compat plugin while detection buggy
This commit is contained in:
parent
45d8c5bc3a
commit
ca4d60c648
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@ module.exports = {
|
||||||
'one-var': ["error", "never"],
|
'one-var': ["error", "never"],
|
||||||
'quotes': ["error", "single", { "avoidEscape": true, "allowTemplateLiterals": false }],
|
'quotes': ["error", "single", { "avoidEscape": true, "allowTemplateLiterals": false }],
|
||||||
'semi': ["error"],
|
'semi': ["error"],
|
||||||
'space-before-blocks': ["error"]
|
'space-before-blocks': ["error"],
|
||||||
|
// Disable while it's buggy
|
||||||
|
'compat/compat': ["off"]
|
||||||
},
|
},
|
||||||
overrides: [
|
overrides: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue