Add TODO comment
This commit is contained in:
parent
e9e6918df6
commit
db2b601886
@ -8,6 +8,7 @@ module.exports = {
|
||||
"eslint/*/src/**/*.js",
|
||||
],
|
||||
// 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${
|
||||
/^v6./u.test(process.version) ? "" : "|eslint"
|
||||
})/[^/]+/test/.+\\.m?js$`,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user