Skip to content

Commit

Permalink
Chore: Remove more ESLintRC-related files (refs #13481) (#13762)
Browse files Browse the repository at this point in the history
* Chore: Remove more ESLintRC-related files (refs #13481)

* Fix failing tests

* Rewrite FileEnumerator tests

* Remove commented out line

* Fix package.json version

* Fix linting error

* Adjust test coverage limits

* Update tests/lib/eslint/eslint.js

Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>

Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
  • Loading branch information
nzakas and btmills committed Oct 23, 2020
1 parent bfddced commit 1a9f171
Show file tree
Hide file tree
Showing 24 changed files with 1,121 additions and 9,411 deletions.
2 changes: 1 addition & 1 deletion Makefile.js
Expand Up @@ -550,7 +550,7 @@ target.mocha = () => {
errors++;
}

lastReturn = exec(`${getBinFile("nyc")} check-coverage --statement 99 --branch 98 --function 99 --lines 99`);
lastReturn = exec(`${getBinFile("nyc")} check-coverage --statement 98 --branch 97 --function 98 --lines 98`);
if (lastReturn.code !== 0) {
errors++;
}
Expand Down

0 comments on commit 1a9f171

Please sign in to comment.