8000 Add max line length of 120 to linter · github/codeql-action@104fa58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 104fa58

Browse files
committed
Add max line length of 120 to linter
1 parent 9ab6aa6 commit 104fa58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.eslintrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
"alphabetize": {"order": "asc"},
3434
"newlines-between": "always"
3535
}],
36+
"max-len": ["error", {
37+
"code": 120,
38+
"ignoreUrls": true,
39+
"ignoreStrings": true,
40+
"ignoreTemplateLiterals": true
41+
}],
3642
"no-async-foreach/no-async-foreach": "error",
3743
"no-console": "off",
3844
"no-sequences": "error",

0 commit comments

Comments
 (0)
0