Skip to content
Snippets Groups Projects
Commit 3e64cf1b authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Use compiler option instead of linter option

parent 04cb606d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
"noEmitOnError": false,
"noImplicitAny": false,
"noImplicitReturns": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true,
"experimentalDecorators": true,
"declaration": false,
......
......@@ -54,7 +54,6 @@
"no-unsafe-finally": true,
"no-unused-expression": true,
"no-unused-new": true,
"no-unused-variable": true,
"no-use-before-declare": true,
"no-var-keyword": true,
"radix": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment