Commit 2c44ed36 authored by wildfirecode13's avatar wildfirecode13

1

parent 06f3ee23
......@@ -18,5 +18,31 @@ module.exports = {
"react"
],
"rules": {
"max-classes-per-file":"error",
"no-extra-bind":"error",
"no-lone-blocks":"error",
"no-magic-numbers":"error",
"no-return-await":"error",
"no-useless-return":"error",
"complexity":"error",
"max-statements-per-line":"error",
"max-statements":"error",
"max-params":"error",
"max-nested-callbacks":"error",
"max-lines-per-function":"error",
"max-lines":"error",
"max-len":"error",
"max-depth":"error",
"prefer-template":"error",
"prefer-const":"error",
"prefer-arrow-callback":"error",
"no-var":"error",
"no-eval":"error",
"no-empty-function":"error",
"no-else-return":"error",
"no-await-in-loop":"error",
"no-template-curly-in-string":"error",
}
};
//todo Stylistic Issues
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment