Skip to content

Releases: cityssm/eslint-config-cityssm

v15.2.0

14 Nov 14:39
Compare
Choose a tag to compare

Highlights

  • Updated eslint-config-love, eslint-plugin-jsdoc, and typescript-eslint.
  • Reduced severity of @typescript-eslint/init-declarations to warn.

v15.1.0

07 Nov 18:18
Compare
Choose a tag to compare

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

04 Nov 15:34
Compare
Choose a tag to compare

Disable eslint-comments/require-description.

v15.0.0

04 Nov 15:22
Compare
Choose a tag to compare

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

29 Oct 17:53
Compare
Choose a tag to compare

Highlights

  • Updated typescript-eslint.
  • Ignore magic number -1.
  • Ignore unknown word ifnull.

v14.0.2

28 Oct 18:54
Compare
Choose a tag to compare

Ignore more web app words.

v14.0.1

28 Oct 18:18
Compare
Choose a tag to compare

Ignore more web app words.

v14.0.0

28 Oct 15:01
Compare
Choose a tag to compare

Highlights

  • Disable @typescript-eslint/prefer-destucturing rule.
  • Update eslint-config-love and eslint-plugin-eslint-comments.

v13.2.0

24 Oct 17:50
Compare
Choose a tag to compare

Highlights

  • Disable flagging 1 as a magic number.
  • Downgrade no-unsafe-* to warn.
  • Updated usage examples.

v13.1.0

23 Oct 16:47
Compare
Choose a tag to compare

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