We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/ardc-fair-checklist/ssg/blob/5ff7c80fc2a414669269c2ef026d8163c6f0d695/.eslintrc.json#L34-L44
specifically,
import/extensions
import/no-duplicates
import/no-unresolved
max-len
The text was updated successfully, but these errors were encountered:
reinstated eslint max-len rule refs #42; consolidated some types refs #…
7423593
…46; harmonized the casing of the FAIR letters
Also, npm run lint complains about React, might have something to do with these errors.
npm run lint
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
https://github.com/ardc-fair-checklist/ssg/blob/5ff7c80fc2a414669269c2ef026d8163c6f0d695/.eslintrc.json#L34-L44
specifically,
import/extensions
import/no-duplicates
one import per line is preferred, so rule not usedimport/no-unresolved
max-len
fixedThe text was updated successfully, but these errors were encountered: