Skip to content

Commit

Permalink
remove regex lint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Mar 29, 2021
1 parent 6c91a1b commit bd4c84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"sourceType": "module",
"ecmaFeatures": {}
},
"extends": ["plugin:regexp/recommended"],
"extends": [],
"rules": {
"regexp/prefer-d": 0,
"semi": ["warn", "never"],
Expand Down

0 comments on commit bd4c84b

Please sign in to comment.