mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 02:58:03 -05:00
Ignore URLs in max-len
This commit is contained in:
@@ -37,7 +37,7 @@ module.exports = {
|
||||
// specify the maximum length of a line in your program
|
||||
// https://github.com/eslint/eslint/blob/master/docs/rules/max-len.md
|
||||
'max-len': [2, 100, 2, {
|
||||
'ignoreUrls': false,
|
||||
'ignoreUrls': true,
|
||||
'ignoreComments': false
|
||||
}],
|
||||
// specify the maximum depth callbacks can be nested
|
||||
|
||||
Reference in New Issue
Block a user