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 b576b72 commit a2e3d88Copy full SHA for a2e3d88
eslint.config.mjs
@@ -2,7 +2,7 @@ import unjs from "eslint-config-unjs";
2
3
export default unjs({
4
ignores: [
5
- // ignore paths
+ "test/fixture/dist/**"
6
],
7
rules: {
8
"unicorn/no-null": "off",
0 commit comments