Skip to content

Commit

Permalink
ci(eslint): add typecheck for cspell words (#6939)
Browse files Browse the repository at this point in the history
* ci(eslint): add `typecheck` for cspell words

* chore: update
  • Loading branch information
manudeli committed Mar 9, 2024
1 parent 5f35da2 commit 770f081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Expand Up @@ -49,6 +49,7 @@ const config = {
'Promisable', // Our public interface
'extralight', // Our public interface
'codemod', // We support our codemod
'typecheck', // Field of vite.config.ts

'TSES', // @typescript-eslint package's interface
'tsup', // We use tsup as builder
Expand Down

0 comments on commit 770f081

Please sign in to comment.