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
The project generator does not configure eslint to fail on Prettier errors. This means inconsistent quote marks, spacing, etc are never caught. Specifically, the package.json is missing the eslint-plugin-prettier dependency.
The project generator does not configure eslint to fail on Prettier errors. This means inconsistent quote marks, spacing, etc are never caught. Specifically, the
package.json
is missing theeslint-plugin-prettier
dependency.We should either:
See https://github.com/guardian/apps-anomaly-detection/pull/10 for a worked example of the former.
The text was updated successfully, but these errors were encountered: