Configured api and client for production builds

This commit is contained in:
ireic
2020-01-07 21:38:45 +01:00
parent 164cf2b137
commit 10e5696c63
13 changed files with 192 additions and 194 deletions

View File

@@ -34,7 +34,7 @@
"jsx-a11y/click-events-have-key-events": 0
},
"settings": {
// Allows us to lint absolute "src" imports within codebase
// Allows us to lint absolute imports within codebase
"import/resolver": {
"node": {
"moduleDirectory": ["node_modules", "src/"]