@practio/eslint-config-practio
Advanced tools
Changelog
10.1.0
ignorePackages
to import/extensions
rule. Whenever we had a /
in an import of a module this rule would require us to add an extension however this seems to prevent us from compiling with webpack in some services.Changelog
10.0.0
Breaking change:
import/extensions
has been changed for JSON-files from never
to always
.Changelog
8.0.0