diff --git a/.eslintrc.json b/.eslintrc.json index e6fec2f..46c19d4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,5 +4,11 @@ "Module": true, "Log": true, "MM": true + }, + "rules": { + "comma-dangle": "off", + "object-shorthand": "off", + "func-names": "off", + "space-before-function-paren": "off" } } \ No newline at end of file