diff --git a/packages/eslint-config-airbnb/rules/style.js b/packages/eslint-config-airbnb/rules/style.js index d2c9cedf57..ec68b16e5d 100644 --- a/packages/eslint-config-airbnb/rules/style.js +++ b/packages/eslint-config-airbnb/rules/style.js @@ -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