mirror of
https://github.com/owntone/owntone-server.git
synced 2025-07-15 20:01:58 -04:00
[web] Remove linting rules
This commit is contained in:
parent
5018cc4544
commit
a7d4501632
@ -6,7 +6,7 @@ import pluginVue from 'eslint-plugin-vue'
|
||||
export default [
|
||||
...pluginVue.configs['flat/recommended'],
|
||||
{
|
||||
files: ['**/*.js', 'src/**/*.vue'],
|
||||
files: ['**/*.{js,vue}'],
|
||||
languageOptions: { globals: { ...globals.browser, ...globals.node } },
|
||||
rules: {
|
||||
...eslintConfigPrettier.rules,
|
||||
@ -17,9 +17,7 @@ export default [
|
||||
'no-bitwise': 'off',
|
||||
'no-magic-numbers': 'off',
|
||||
'one-var': 'off',
|
||||
'sort-keys': 'off',
|
||||
'vue/html-self-closing': 'off',
|
||||
'vue/max-attributes-per-line': 'off'
|
||||
'sort-keys': 'off'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -46,13 +46,11 @@
|
||||
<control-setting-switch
|
||||
category="webinterface"
|
||||
name="show_menu_item_files"
|
||||
>
|
||||
</control-setting-switch>
|
||||
/>
|
||||
<control-setting-switch
|
||||
category="webinterface"
|
||||
name="show_menu_item_search"
|
||||
>
|
||||
</control-setting-switch>
|
||||
/>
|
||||
</template>
|
||||
</content-with-heading>
|
||||
<content-with-heading>
|
||||
|
Loading…
x
Reference in New Issue
Block a user