Add new eslint rule "max-len"
This commit is contained in:
parent
33245e0bb3
commit
36d3c7e3c6
@ -52,5 +52,6 @@ module.exports = {
|
||||
"space-before-blocks": "error",
|
||||
"comma-dangle": ["error", "always-multiline"],
|
||||
"comma-style": ["error", "last"],
|
||||
"max-len": ["error", { "code": 100, "tabWidth": 4 }],
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user