👕 Remove redundant linting options (#2626)

This commit is contained in:
Iván Ovejero
2022-01-15 20:34:13 +01:00
committed by GitHub
parent ac1659959b
commit ba6822c4ac
5 changed files with 0 additions and 10 deletions

View File

@@ -10,9 +10,7 @@
"jest"
],
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"strictNullChecks": true,
"strict": true,
"preserveConstEnums": true,
"resolveJsonModule": true,