eslint-config-frost-standard
Advanced tools
Changelog
4.0.0
complexity
to enforce a maximum cyclomatic complexity of 5 for all functions.Changelog
3.0.0
eslint@3.x
describe.only
or describeComponent.only
in testsdescribe.skip
or it.skip
(with --fix
option 😄 )it('pending test')
with no testit()
(not within a test suite)done
callback isn't called when it's defined.Changelog
2.1.0