Disable a few rules (minor changes needed)
EDIT: Please upgrade to v6.1.2
as there were issues with this release.
Disabled camelcase
, import/prefer-default-export
and import/no-unused-modules
(disabled unusedExports
, and enabled missingExports
).
Due to the change to import/no-unused-modules
you will need to add a comment to the top of the project's entry file:
// eslint-disable import/no-unused-modules