mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
build: enforce noUnusedLocals
and noUnusedParameters
This commit is contained in:
parent
41aef6fb9f
commit
752cbd7cdb
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"strict": true,
|
||||
},
|
||||
"include": ["src", "tests"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue