mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
[web] Simplify linter configuration
This commit is contained in:
@@ -14,7 +14,6 @@ export default [
|
|||||||
{
|
{
|
||||||
rules: {
|
rules: {
|
||||||
camelcase: 'off',
|
camelcase: 'off',
|
||||||
'consistent-this': 'off',
|
|
||||||
'id-length': 'off',
|
'id-length': 'off',
|
||||||
'max-lines': 'off',
|
'max-lines': 'off',
|
||||||
'max-lines-per-function': 'off',
|
'max-lines-per-function': 'off',
|
||||||
|
|||||||
Reference in New Issue
Block a user