Things and Stuff

This commit is contained in:
Alicia Sykes
2021-05-02 13:52:30 +01:00
parent 0a68333f6c
commit c6f8a629f6
4 changed files with 62 additions and 7 deletions

View File

@@ -45,7 +45,8 @@
],
"rules": {
"import/no-unresolved": "off",
"arrow-parens": 0
"arrow-parens": 0,
"no-else-return": 0
},
"parserOptions": {
"parser": "babel-eslint"