Simplified eslint config

This commit is contained in:
Alejandro Celaya
2020-09-06 09:32:16 +02:00
parent f33d1fca39
commit dcdee8b308
8 changed files with 26 additions and 70 deletions

View File

@@ -1,4 +1,4 @@
/* eslint-disable no-console */
/* eslint-disable no-console, @typescript-eslint/prefer-nullish-coalescing, @typescript-eslint/promise-function-async, @typescript-eslint/prefer-optional-chain */
// Do this as the first thing so that any code reading it knows the right env.
process.env.BABEL_ENV = 'development';