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
Specifying this, however, isn't as easy as other repos given this monorepo structure and, I believe, how the packages' tsconfig.json files use references, potentially confusing ESLint on how to find the files.
Disabling these few rules allows it to run, but with quite a number of errors:
✖ 2921 problems (2921 errors, 0 warnings)
399 errors and 0 warnings potentially fixable with the `--fix` option.
The text was updated successfully, but these errors were encountered:
Yeah, I think for Airnode we should disable many of the non-fixable rules just to make the migration simpler. These can always be re-enabled later as separate issues.
A number of new rules require
parserServices
to be generated which results in the error:Currently it isn't specified:
airnode/.eslintrc.js
Lines 9 to 12 in c43d981
Specifying this, however, isn't as easy as other repos given this monorepo structure and, I believe, how the packages'
tsconfig.json
files usereferences
, potentially confusing ESLint on how to find the files.Disabling these few rules allows it to run, but with quite a number of errors:
✖ 2921 problems (2921 errors, 0 warnings) 399 errors and 0 warnings potentially fixable with the `--fix` option.
The text was updated successfully, but these errors were encountered: