Skip to content

Commit

Permalink
[eslint] use ignorePatterns instead of eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 6, 2024
1 parent c99da73 commit 1800c44
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

4 changes: 4 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

"extends": "@ljharb/eslint-config/node/10",

"ignorePatterns": [
"packages/tests/fixtures/**",
],

"overrides": [
{
"files": "since.js",
Expand Down
1 change: 0 additions & 1 deletion packages/tests/.eslintignore

This file was deleted.

4 changes: 4 additions & 0 deletions packages/tests/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"no-negated-condition": 0,
},

"ignorePatterns": [
"fixtures/*/project",
],

"overrides": [
{
"files": [
Expand Down

0 comments on commit 1800c44

Please sign in to comment.