Skip to content

Commit b361909

Browse files
platinumazuremarkelog
authored andcommitted
max-len uses ignoreUrls and ignoreRegExpLiterals options
Closes gh-12
1 parent c2e8712 commit b361909

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintrc.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464
"error",
6565
{
6666
"code": 100,
67-
"ignoreComments": true
67+
"ignoreComments": true,
68+
"ignoreUrls": true,
69+
"ignoreRegExpLiterals": true
6870
}
6971
],
7072
"no-mixed-spaces-and-tabs": "error",

0 commit comments

Comments
 (0)