зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1247186 - 1 - Add an ignorePattern to eslint max-len rule to ignore long require lines; r=Honza
MozReview-Commit-ID: IMq7HDT3d7S
This commit is contained in:
Родитель
060c2c03e3
Коммит
56647361b4
|
@ -92,7 +92,7 @@
|
|||
// rule is a better rule to check this.
|
||||
"max-depth": 0,
|
||||
// Maximum length of a line.
|
||||
"max-len": [1, 80, 2, {"ignoreUrls": true, "ignorePattern": "^\\s*loader\\.lazy"}],
|
||||
"max-len": [1, 80, 2, {"ignoreUrls": true, "ignorePattern": "\\s*require\\s*\\(|^\\s*loader\\.lazy"}],
|
||||
// Maximum depth callbacks can be nested.
|
||||
"max-nested-callbacks": [2, 3],
|
||||
// Don't limit the number of parameters that can be used in a function.
|
||||
|
|
Загрузка…
Ссылка в новой задаче