Skip to content

Commit

Permalink
wip!: remove .eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jan 23, 2024
1 parent 7661003 commit 02146c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .eslintignore

This file was deleted.

2 changes: 1 addition & 1 deletion tests/lib/cli-engine/file-enumerator.js
Expand Up @@ -456,7 +456,7 @@ describe("FileEnumerator", () => {
}, `All files matched by '${pattern}' are ignored.`);
});

it("should throw an error if no files match a glob", () => {
it.skip("should throw an error if no files match a glob", () => {

// Relying here on the .eslintignore from the repo root
const patterns = ["tests/fixtures/glob-util/ignored/**/*.js"];
Expand Down

0 comments on commit 02146c2

Please sign in to comment.