mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
build: enforce noUnusedLocals
and noUnusedParameters
This commit is contained in:
parent
79ec465dbd
commit
cec7ef00cf
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