Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(eslint): add typecheck for cspell words #6939

Merged
merged 22 commits into from
Mar 9, 2024
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
241cc51
ci(eslint): add `typecheck` for cspell words
manudeli Feb 19, 2024
ebc060f
chore: update
manudeli Feb 19, 2024
73af519
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Feb 19, 2024
b506d76
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Feb 25, 2024
ee82777
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Feb 26, 2024
59f57cf
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Feb 27, 2024
4a9207b
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Feb 28, 2024
9052ea4
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Feb 28, 2024
c0f00be
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Feb 28, 2024
923c25b
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Feb 29, 2024
8f95933
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Mar 2, 2024
4557c64
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Mar 3, 2024
8d3acfb
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Mar 3, 2024
3fcce68
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Mar 3, 2024
35dce9c
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Mar 4, 2024
c8e356c
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Mar 4, 2024
ebb5222
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Mar 4, 2024
a559603
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Mar 5, 2024
9a74bb9
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Mar 6, 2024
57f0a5f
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Mar 7, 2024
a9be7bf
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Mar 8, 2024
1f2ae44
Merge branch 'main' into ci/eslint/add-cspell-words
manudeli Mar 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
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
Loading