Getting a feel for desired multi-language approach #424
This commit is contained in:
4
.eslintrc.json
Normal file → Executable file
4
.eslintrc.json
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user