Skip to content
Snippets Groups Projects
Commit 35fb4ac4 authored by HJ's avatar HJ :fire:
Browse files

more rules

parent b1eea5d8
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,9 @@ module.exports = {
'no-return-await': 1,
'no-multi-spaces': 1,
'no-trailing-spaces': 1,
'no-unused-expressions': 1,
'no-mixed-operators': 1,
'camelcase': 1,
'no-multiple-empty-lines': 1
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment