Skip to content

Commit

Permalink
chore(eslint-plugin-query): ignore combinate spell check lint warni…
Browse files Browse the repository at this point in the history
…ng (#8266)

* chore: ignore `combinate` spell check lint warning

* fix typo

* chore: apply to root eslint config instead of just `eslint-plugin-query`
  • Loading branch information
saul-atomrigs authored Nov 13, 2024
1 parent 8d1f542 commit 322974c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default [
cspell: {
words: [
'codemod', // We support our codemod
'combinate', // Library name
'extralight', // Our public interface
'jscodeshift',
'Promisable', // Our public interface
Expand Down

0 comments on commit 322974c

Please sign in to comment.