Skip to content

Commit

Permalink
chore(eslint): add codemods to cspell words (#1386)
Browse files Browse the repository at this point in the history
# Overview

<!--
    A clear and concise description of what this pr is about.
 -->

codemods to cspell words

## PR Checklist

- [x] I did below actions if need

1. I read the [Contributing
Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md)
2. I added documents and tests.
  • Loading branch information
gwansikk authored Dec 9, 2024
1 parent 6445386 commit e6ec403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const suspensiveTypeScriptConfig = tseslint.config(
'warn',
{
cspell: {
words: ['packlint', 'codecov', 'tsup', 'nextra', 'Sandpack'],
words: ['packlint', 'codecov', 'tsup', 'nextra', 'Sandpack', 'codemod', 'codemods'],
},
},
],
Expand Down

0 comments on commit e6ec403

Please sign in to comment.