Add TODO comment
This commit is contained in:
parent
e9e6918df6
commit
db2b601886
@ -8,6 +8,7 @@ module.exports = {
|
|||||||
"eslint/*/src/**/*.js",
|
"eslint/*/src/**/*.js",
|
||||||
],
|
],
|
||||||
// The eslint/* packages use ESLint v6, which has dropped support for Node v6.
|
// The eslint/* packages use ESLint v6, which has dropped support for Node v6.
|
||||||
|
// TODO: Remove this process.version check in Babel 8.
|
||||||
testRegex: `./(packages|codemods${
|
testRegex: `./(packages|codemods${
|
||||||
/^v6./u.test(process.version) ? "" : "|eslint"
|
/^v6./u.test(process.version) ? "" : "|eslint"
|
||||||
})/[^/]+/test/.+\\.m?js$`,
|
})/[^/]+/test/.+\\.m?js$`,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user