Skip to content

Commit

Permalink
Chore: use legacy eslint version for npt node10 test
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Jan 28, 2022
1 parent a8befbf commit f8bdda3
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 16,778 deletions.
2 changes: 1 addition & 1 deletion .package-tester.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dir": "tmp/package-tests",
"modules": [ "cls-hooked", "code-chronicle", "eslint" ],
"modules": [ "cls-hooked", "code-chronicle", { "name": "eslint", "legacy": "^7.32.0"} ],
"copy": [
[ "tests/polyfills/performance.polyfill.js", "polyfills/performance.polyfill.js" ],
[ "tests/mock/files", "mock/files" ]
Expand Down
Loading

0 comments on commit f8bdda3

Please sign in to comment.