This commit is contained in:
Daniel Shleifman
2021-05-31 15:21:56 +03:00
parent 695a7c53b6
commit aab85cc366
13 changed files with 191 additions and 260 deletions

View File

@@ -36,6 +36,7 @@
"react/prop-types": 0,
"react/react-in-jsx-scope": 0,
"react/jsx-uses-react": 0,
"import/no-unresolved": 0 // used to allow relative paths from "src" folder
"import/no-unresolved": 0, // used to allow relative paths from "src" folder
"react/jsx-props-no-spreading": 0
}
}