We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10ef7b commit 680b147Copy full SHA for 680b147
1 file changed
eslint.config.js
@@ -120,8 +120,7 @@ export default defineConfig([
120
"unicorn/import-style": "off",
121
"unicorn/no-await-expression-member": "off",
122
"unicorn/prevent-abbreviations": "off",
123
- // I actually want the opposite, always use `utf-8`.
124
- "unicorn/text-encoding-identifier-case": "off",
+ "unicorn/text-encoding-identifier-case": ["error", { withDash: true }],
125
},
126
127
{
0 commit comments