You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// specify the maximum length of a line in your program// https://eslint.org/docs/rules/max-len'max-len': ['error',100,2,{ignoreUrls: true,ignoreComments: false,ignoreRegExpLiterals: true,ignoreStrings: true,ignoreTemplateLiterals: true,}],
If I add this max-len to the local config for https://github.com/shakacode/bootstrap-loader
https://github.com/shakacode/bootstrap-loader/blob/master/.eslintrc
Max-len that we had set is not applying
Airbnb latest on master
https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/rules/style.js#L195
Ours
style-guide-javascript/packages/eslint-config-shakacode/rules/javascript.yml
Line 26 in 41c571e
The text was updated successfully, but these errors were encountered: