We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fb931 commit dae5d1bCopy full SHA for dae5d1b
eslint.config.mjs
@@ -13,5 +13,6 @@ export default unjs({
13
"unicorn/prefer-ternary": 0,
14
"unicorn/prefer-string-raw": 0,
15
"@typescript-eslint/no-empty-object-type": 0,
16
+ "unicorn/prefer-global-this": 0, // window. usage
17
},
18
});
0 commit comments