mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): remove deprecated option
This commit is contained in:
committed by
Łukasz Mierzwa
parent
85c8ca349e
commit
f23ff743ce
@@ -16,8 +16,7 @@
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx",
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUnusedLocals": true,
|
||||
"importsNotUsedAsValues": "error"
|
||||
"noUnusedLocals": true
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user