Skip to content

Commit ab9747c

Browse files
committed
Add ESLint ignores
1 parent 85e852d commit ab9747c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export default [
55
eslintPlugin.configs["flat/recommended"],
66
nodePlugin.configs["flat/recommended"],
77
{
8-
rules: {},
8+
ignores: ["dist/**", "node_modules/**", ".yarn/**"],
99
},
1010
];

test/rule-tester.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// eslint-disable-next-line n/no-unsupported-features/node-builtins
12
import assert from "node:assert";
23
import { RuleTester } from "eslint";
34
import { name as ruleName, rule as myRule } from "../src/rule.js";

0 commit comments

Comments
 (0)