Releases: cityssm/eslint-config-cityssm
Releases · cityssm/eslint-config-cityssm
v15.2.0
Highlights
- Updated eslint-config-love, eslint-plugin-jsdoc, and typescript-eslint.
- Reduced severity of
@typescript-eslint/init-declarations
to warn
.
v15.1.0
Updated Plugins
- typescript-eslint
- cspell
- eslint-plugin-no-secrets
- eslint-plugin-n
Other Highlights
- Add to "write-good-comments" whitelist versions with first letter capitalized.
- Disable duplicated
no-misused-promises
rule.
v15.0.1
Disable eslint-comments/require-description
.
v15.0.0
Updated Plugins
- eslint
- eslint-config-love
- cspell
- eslint-plugin-n
Other Highlights
- disable some redundant rules
- disable eslint-plugin-woke, add word list to cspell
v14.1.0
Highlights
- Updated typescript-eslint.
- Ignore magic number
-1
.
- Ignore unknown word
ifnull
.
v14.0.2
Ignore more web app words.
v14.0.1
Ignore more web app words.
v14.0.0
Highlights
- Disable @typescript-eslint/prefer-destucturing rule.
- Update eslint-config-love and eslint-plugin-eslint-comments.
v13.2.0
Highlights
- Disable flagging
1
as a magic number.
- Downgrade
no-unsafe-*
to warn
.
- Updated usage examples.
v13.1.0
Highlights
- Disable flagging
0
as a magic number.
- Disable some commonly used words that were considered misspellings by cspell.
- Export the cspell word lists.
Minor Plugin Updates
- cspell/eslint-plugin
- eslint
- eslint-config-love
- eslint-plugin-sonarjs
- typescript-eslint