Skip to content
Snippets Groups Projects
Commit 8892e66c authored by Mike Greiling's avatar Mike Greiling
Browse files

update linter to catch uses of commonjs syntax

parent 83f8a91c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -27,6 +27,7 @@
},
"rules": {
"filenames/match-regex": [2, "^[a-z0-9_]+$"],
"import/no-commonjs": "error",
"no-multiple-empty-lines": ["error", { "max": 1 }],
"promise/catch-or-return": "error"
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment