Add TODO comment
This commit is contained in:
@@ -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$`,
|
||||
|
||||
Reference in New Issue
Block a user