@funboxteam/eslint-config
Advanced tools
Changelog
7.4.0 (25.08.2022)
Update dependencies:
Update peerDependencies:
Changelog
7.3.0 (25.08.2022)
Turned off react/function-component-definition
rule.
Changelog
7.2.0 (02.08.2022)
Updated eslint-config-airbnb to v19, along with related plugins.
Changelog
7.0.0 (08.11.2021)
Downgraded eslint-plugin-jsx-a11y from 6.4.1 to 6.2.3 due to unacceptable license of a transitive dependency language-subtag-registry.
Check the migration guide.
Changelog
6.0.1 (27.10.2021)
Enabled allowExpressions
option
for react/jsx-no-useless-fragment.
Also added migration guide to the package files.
Changelog
6.0.0 (26.10.2021)
We've updated peer deps. Now this packages requires eslint@^7.32.0.
The update led to the quite a large number of changes in the config. Please, check the migration guide to migrate with ease.
Changelog
5.3.2 (27.09.2021)
Fixed typos in the comments inside the config file.
Also bumped some deps to fix security vulnerabilities.
Changelog
5.3.1 (10.06.2021)
Fixed several security vulnerabilities:
Use of a Broken or Risky Cryptographic Algorithm in elliptic. Updated from 6.5.3 to 6.5.4.
Regular Expression Denial of Service in hosted-git-info. Updated from 2.8.8 to 2.8.9.
Prototype Pollution and Command Injection in lodash. Updated from 4.17.15 to 4.17.21.
Changelog
5.3.0 (09.12.2020)
eslint-plugin-import
to support pathGroups
option in
import/order
rule.