eslint-config-signavio
Advanced tools
Changelog
v3.0.0
Introduction of prettier
to the config.
At the same time update the base for this ruleset eslint-config-airbnb
babel-parser
was removed as eslint
can handle most of ES2017 code. If you do need babel-eslint
for further transforms keep in mind to add it to your codemocha
from env
because this belongs into eslint-config-signavio-testno-cond-assign
now follows the airbnb
style to always be an errorimport/no-duplicates
error instead of warningimport/prefer-default-export
error instead of warningreact/prop-types
error instead of warning