Getting a feel for desired multi-language approach #424

This commit is contained in:
James Barnsley
2020-07-04 21:39:30 +12:00
parent 4e44e31136
commit 78ec0eff26
17 changed files with 2491 additions and 272 deletions

4
.eslintrc.json Normal file → Executable file
View File

@ -9,7 +9,9 @@
"no-console": 0,
"no-underscore-dangle": 0,
"react/prop-types": 0,
"linebreak-style": 0
"linebreak-style": 0,
"no-case-declarations": 0,
"camelcase": 0
},
"globals": {
"fetch": true