Releases: cityssm/eslint-config-cityssm
Releases · cityssm/eslint-config-cityssm
v18.3.0
Update eslint-config-love.
v18.2.0
- Update eslint-config-love.
- Ignore magic number
2
.
v18.1.2
Add "maximum" and "successfully" to eslint-plugin-write-good-comments.
v18.1.1
- Update eslint-plugin-n.
- Allow
purchase
and minimum
in eslint-plugin-write-good-comments
v18.1.0
- Update eslint-plugin-n
- Increase
complexity
rule tolerance.
v18.0.0
Dependencies
- eslint
- eslint-config-love
- eslint-plugin-no-secrets
- eslint-plugin-sonarjs
- typescript-eslint
v17.0.1
Lower the severity of no-unsafe-type-assertion
.
v17.0.0
Dependencies
- cspell
- eslint-config-love
- eslint-plugin-jsdoc
- eslint-plugin-n
- eslint-plugin-promise
- typescript-eslint
Other Highlights
- Ignoring commonly used HTTP error codes in
no-magic-numbers
rule.
- Exporting out lists for
no-magic-numbers
rule.
v16.0.0
Highlights
- Setting
parserOptions.project
to true
. Should find tsconfig.json
files better where there are multiple.
Plugin Updates
- eslint-config-love
- eslint-plugin-n
- eslint-plugin-regexp
- eslint-plugin-unicorn
- typescript-eslint
eslint temporarily pinned to 9.14.0
, as 9.15.0
seems to break eslint-plugin-sonarjs.
v15.2.0
Highlights
- Updated eslint-config-love, eslint-plugin-jsdoc, and typescript-eslint.
- Reduced severity of
@typescript-eslint/init-declarations
to warn
.