mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 18:08:17 -07:00
Disable ESLint compat plugin while detection buggy
This commit is contained in:
parent
45d8c5bc3a
commit
ca4d60c648
@ -42,7 +42,9 @@ module.exports = {
|
||||
'one-var': ["error", "never"],
|
||||
'quotes': ["error", "single", { "avoidEscape": true, "allowTemplateLiterals": false }],
|
||||
'semi': ["error"],
|
||||
'space-before-blocks': ["error"]
|
||||
'space-before-blocks': ["error"],
|
||||
// Disable while it's buggy
|
||||
'compat/compat': ["off"]
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user