mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2026-01-02 01:23:33 +00:00
feat 🥁: add no-zero-unit rule
This commit is contained in:
parent
52d38d4477
commit
c1b4e70bd9
19 changed files with 784 additions and 285 deletions
|
|
@ -13,6 +13,8 @@
|
|||
"strict": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"noImplicitOverride": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"useUnknownInCatchVariables": true,
|
||||
|
||||
// Interop Options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue