You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it does not work and we need to decide wether to keep and fix or disable.
Errors that fail:
Module not supported: eslint-plugin-functional
Module not supported: @typescript-eslint/parser
/usr/src/app/lib/validate_config.js:17
throw e;
^
Error: /code/.eslintrc.json:
Configuration for rule "eslint-comments/disable-enable-pair" is invalid:
Value "[object Object]" has more items than allowed.
at validateRuleOptions (/usr/local/node_modules/eslint/lib/config/config-validator.js:109:15)
at /usr/local/node_modules/eslint/lib/config/config-validator.js:156:13
at Array.forEach (<anonymous>)
at Object.validate (/usr/local/node_modules/eslint/lib/config/config-validator.js:155:35)
at Object.load (/usr/local/node_modules/eslint/lib/config/config-file.js:559:19)
at loadConfig (/usr/local/node_modules/eslint/lib/config.js:63:33)
at getLocalConfig (/usr/local/node_modules/eslint/lib/config.js:130:29)
at Config.getConfig (/usr/local/node_modules/eslint/lib/config.js:260:26)
at Config.getConfig (/usr/src/app/lib/eslint-patch.js:45:46)
at CLIEngine.getConfigForFile (/usr/local/node_modules/eslint/lib/cli-engine.js:776:29)
Node.js v17.3.0
The cause might be Node version.
The text was updated successfully, but these errors were encountered:
Right now it does not work and we need to decide wether to keep and fix or disable.
Errors that fail:
The cause might be Node version.
The text was updated successfully, but these errors were encountered: