We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd15f2c commit 67fe4a7Copy full SHA for 67fe4a7
eslint.config.mjs
@@ -5,10 +5,4 @@ export default defineConfig([
5
{
6
extends: [configs["recommended-dirty"]],
7
},
8
- {
9
- files: ["readme-examples.js"],
10
- rules: {
11
- "no-dupe-keys": "off",
12
- },
13
14
]);
0 commit comments