Skip to content

Commit

Permalink
ignore line length for regex expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsonf committed Sep 6, 2023
1 parent 5744ee2 commit 913ce21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"plugin:@typescript-eslint/recommended"
],
"rules": {
"max-len": [ "warn", { "code": 120 } ],
"max-len": [ "warn", { "code": 120, "ignoreRegExpLiterals": true } ],
"curly": "error",
"quotes": [ "warn", "single", { "avoidEscape": true } ],
"semi": [ "error", "always" ],
Expand Down

0 comments on commit 913ce21

Please sign in to comment.