mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Add ignoreUrls
to max-len lint rules
This commit is contained in:
parent
14fcef7478
commit
acbd8e8cec
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"eol-last": [2],
|
"eol-last": [2],
|
||||||
"indent": [2, 4],
|
"indent": [2, 4],
|
||||||
"linebreak-style": [2, "unix"],
|
"linebreak-style": [2, "unix"],
|
||||||
"max-len": [2, 120, 4],
|
"max-len": [2, 120, 4, {"ignoreUrls": true}],
|
||||||
"no-trailing-spaces": [2, { "skipBlankLines": true }],
|
"no-trailing-spaces": [2, { "skipBlankLines": true }],
|
||||||
"no-unused-vars": [2, {"args": "after-used", "varsIgnorePattern": "^_"}],
|
"no-unused-vars": [2, {"args": "after-used", "varsIgnorePattern": "^_"}],
|
||||||
"quotes": [2, "single"],
|
"quotes": [2, "single"],
|
||||||
|
|
Loading…
Reference in a new issue