We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4c724c + 8c70a8b commit e171f8aCopy full SHA for e171f8a
packages/eslint-config-airbnb/rules/style.js
@@ -37,7 +37,7 @@ module.exports = {
37
// specify the maximum length of a line in your program
38
// https://github.com/eslint/eslint/blob/master/docs/rules/max-len.md
39
'max-len': [2, 100, 2, {
40
- 'ignoreUrls': false,
+ 'ignoreUrls': true,
41
'ignoreComments': false
42
}],
43
// specify the maximum depth callbacks can be nested
0 commit comments