Skip to content
Snippets Groups Projects
Commit 2e63fe2e authored by brickode's avatar brickode
Browse files

Removed max-len rule

parent 533f8953
No related branches found
No related tags found
No related merge requests found
......@@ -45,19 +45,6 @@
"dot-notation": "off",
"linebreak-style": ["error", "unix"],
"eol-last": "warn",
"max-len": [
"warn",
{
"code": 80,
"tabWidth": 4,
"ignoreComments": true,
"ignoreTrailingComments": true,
"ignoreUrls": true,
"ignoreStrings": true,
"ignoreTemplateLiterals": true,
"ignoreRegExpLiterals": true
}
],
"max-nested-callbacks": "error",
"unicode-bom": [
"error",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment