Skip to content

Commit 322974c

Browse files
chore(eslint-plugin-query): ignore combinate spell check lint warning (#8266)
* chore: ignore `combinate` spell check lint warning * fix typo * chore: apply to root eslint config instead of just `eslint-plugin-query`
1 parent 8d1f542 commit 322974c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default [
1919
cspell: {
2020
words: [
2121
'codemod', // We support our codemod
22+
'combinate', // Library name
2223
'extralight', // Our public interface
2324
'jscodeshift',
2425
'Promisable', // Our public interface

0 commit comments

Comments
 (0)