mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-28 17:21:29 +00:00
Merge pull request #1824 from overleaf/as-remove-max-len-rule
Remove unnecessary max-len rule GitOrigin-RevId: 10ad77498e51022c8d9ab7eb7a5633b90395c692
This commit is contained in:
parent
0ca81de78c
commit
bebd0f25e6
1 changed files with 0 additions and 6 deletions
|
@ -33,12 +33,6 @@
|
|||
}
|
||||
},
|
||||
"rules": {
|
||||
"max-len": ["error", {
|
||||
"ignoreUrls": true,
|
||||
// Ignore long describe/it test blocks, long import/require statements
|
||||
"ignorePattern": "(^\\s*(it|describe)\\s*\\(['\"]|^import\\s*.*\\s*from\\s*['\"]|^.*\\s*=\\s*require\\(['\"])"
|
||||
}],
|
||||
|
||||
// Fix conflict between prettier & standard by overriding to prefer
|
||||
// double quotes
|
||||
"jsx-quotes": ["error", "prefer-double"],
|
||||
|
|
Loading…
Reference in a new issue