feat: add ESLint v9 compatibility layer #244
Annotations
4 errors and 1 warning
lib/eslint-compat.js#L6
'context.getDeclaredVariables' is restricted from being used. If you are using it in a test case, use test/test-lib/eslint-compat.mjs#getDeclaredVariables instead. Other than that, the API should also be compatible with ESLint v9
|
lib/eslint-compat.js#L11
'context.getSourceCode' is restricted from being used. If you are using it in a test case, use test/test-lib/eslint-compat.mjs#getSourceCode instead. Other than that, the API should also be compatible with ESLint v9
|
lib/eslint-compat.js#L15
'context.getScope' is restricted from being used. If you are using it in a test case, use test/test-lib/eslint-compat.mjs#getScope instead. Other than that, the API should also be compatible with ESLint v9
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading