Skip to content

Disable a few rules (minor changes needed)

Compare
Choose a tag to compare
@JakeSidSmith JakeSidSmith released this 14 Aug 15:55
· 58 commits to master since this release
bef863c

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

#67