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
{{ message }}
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
In #611 there was a fair bit of discussion surround various ESLint settings and configurations.
To unblock the merging of that PR I am moving the discussion to here.
Things to discuss:
@snario Many of the rules in .eslintignore overlap with (a) .gitignore regexes and (b) other .eslintignore in other packages. Can we consolidate?
@snario Many of the rules in package eslintrc.js seem to be duplicates of rules in other packages. Can we consolidate them in root .eslintrc.js file please?
@snario I would be careful with eslint --cache option. When testing a branch I noticed it caused issues when deleting built contract artifacts, running the linter, and then rebuilding them, and running it again. The linter would fail despite the contract artifacts existing.
Lets discuss these things here.
The text was updated successfully, but these errors were encountered:
In #611 there was a fair bit of discussion surround various ESLint settings and configurations.
To unblock the merging of that PR I am moving the discussion to here.
Things to discuss:
@snario Many of the rules in .eslintignore overlap with (a) .gitignore regexes and (b) other .eslintignore in other packages. Can we consolidate?
@snario Many of the rules in package eslintrc.js seem to be duplicates of rules in other packages. Can we consolidate them in root .eslintrc.js file please?
@snario I would be careful with eslint --cache option. When testing a branch I noticed it caused issues when deleting built contract artifacts, running the linter, and then rebuilding them, and running it again. The linter would fail despite the contract artifacts existing.
Lets discuss these things here.
The text was updated successfully, but these errors were encountered: