Releases: oat-sa/eslint-config-tao
Releases · oat-sa/eslint-config-tao
v4.0.0
v3.0.2
v3.0.1
- Fix to add
'plugin:jest/recommended'
to the node and svelte configs so the jest plugin is well configured.
v3.0.0
What's Changed
- feat: update dependencies and allow for svelte3+ by @yairkukielka in #24
- Release 3.0.0 by @yairkukielka in #26
See
Full Changelog: CHANGELOG
Compare to v2.0.0: v2.0.0...v3.0.0
v2.0.0
Release notes :
- Fix RFE-358 : , RFE-359update eslint and eslint-plugin-jsdoc to fix vulnerabilities #20 ( by roma-derski - validated by roma-derski )
v1.2.0
v1.1.1
v1.1.0
v1.0.0
Release notes :
- BREAKING CHANGE:
- the rule implicit-arrow-linebreak is turned off, because of the incompatibility with Prettier
- plugins dependencies are now embed by default, you can remove alleslint-plugin-*
from yourpackage.json
when updating
- a new ruleset fornode.js
has been added
v0.1.3
Release notes :
- Fix TRN-430 : update parser to
babel-eslint
to support dynamic imports #8 ( by oatymart - validated by krampstudio )