mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
goodbye max lines error (#14327)
This commit is contained in:
+6
-6
@@ -366,13 +366,13 @@ rules:
|
||||
## Enforce a maximum depth that blocks can be nested
|
||||
# max-depth: error
|
||||
## Enforce a maximum line length
|
||||
max-len: [error, {
|
||||
code: 80,
|
||||
#max-len: [error, {
|
||||
# code: 80,
|
||||
## Ignore imports
|
||||
ignorePattern: '^(import\s.+\sfrom\s|.*require\()',
|
||||
ignoreUrls: true,
|
||||
ignoreRegExpLiterals: true,
|
||||
}]
|
||||
#ignorePattern: '^(import\s.+\sfrom\s|.*require\()',
|
||||
#ignoreUrls: true,
|
||||
#ignoreRegExpLiterals: true,
|
||||
#}]
|
||||
## Enforce a maximum number of lines per file
|
||||
# max-lines: error
|
||||
## Enforce a maximum number of line of code in a function
|
||||
|
||||
Reference in New Issue
Block a user