Skip to content

Releases: himynameisdave/eslint-config-himynameisdave

v3.0.0-rc6

16 Nov 00:30
a39c12b
Compare
Choose a tag to compare
v3.0.0-rc6 Pre-release
Pre-release

Moving towards the model outlined in #9.

This time instead of waiting around, I'm going to actually test the configs in some real projects, tweak any issues, and then release this (for real this time).

Raw commits

  • 📦 Package upgrades, add rules d19dc77
  • 👨‍👨‍👧‍👦 Add all config for find-rules 9fcf4e0
  • ✌️ Add Svelte "rules" 52afa5d
  • 📖 Config cleanup 9cb0106
  • 🛀 Config cleanup 8532248
  • 🗳 Remove filenames plugin c62e046
  • 🍂 Field suggested changes to rules 0527d53

v3.0.0-rc5...v3.0.0-rc6

v3.0.0-rc5

05 Oct 20:29
a39c12b
Compare
Choose a tag to compare
v3.0.0-rc5 Pre-release
Pre-release

Bump packages, use latest ecmaVersion.

Going to test this in a real project one more time, then should be good to cut a real major release.

Raw commits

  • 🚀 Use ecmaVersion: 2021 where possible 84bfe03
  • 📦 Update plugin packages fc14a33
  • 📦 Update devDep packages d9eb797

v3.0.0-rc4...v3.0.0-rc5

v3.0.0-rc3

19 Jun 18:59
a39c12b
Compare
Choose a tag to compare
v3.0.0-rc3 Pre-release
Pre-release

Removes some TS rules which were removed without telling anyone (thanks @typescript-eslint! -- see typescript-eslint/typescript-eslint#2054 && typescript-eslint/typescript-eslint#1854 (comment))

Raw commits

  • 🚮 Remove deprecated/removed rules 5cb7938

v3.0.0-rc2...v3.0.0-rc3

v3.0.0-rc2

19 Jun 18:20
a39c12b
Compare
Choose a tag to compare
v3.0.0-rc2 Pre-release
Pre-release

Just some more package updates as we prepare to fully release v3.x into the wild.

Raw commits

v3.0.0-rc1...v3.0.0-rc2

v3.0.0-rc1

13 May 21:09
a39c12b
Compare
Choose a tag to compare
v3.0.0-rc1 Pre-release
Pre-release

v3.0.0-rc1

This release allows testing of [email protected] support, to make sure everything still works. It should.

Features

Adds a bunch of new rules, also adds eslint-plugin-node as a new dependency.

Raw commits

  • 🌍 Add eslint-plugin-node to configurations ce4c17d
  • 📦 Other package updates 059d40d
  • 🐸 Bump TypeScript + related packages 5438ffa
  • 🆕 Add new core ESLint rules 3f30784
  • 🌂 Remove formatter from config 03a235b
  • 7️⃣ Bump ESLint to v7.x, add eslint-plugin-node cecf7af
  • 📦 Package updates a39c12b

v2.2.0...v3.0.0-rc1

v2.2.0

27 Apr 18:10
0a9fa60
Compare
Choose a tag to compare

Features

  • Adds some contributing and release guidelines, so that release protocol can be followed.
  • Adds the following rules:
    • unicorn/no-null
    • @typescript-eslint/no-invalid-void-type
    • @typescript-eslint/no-unsafe-assignment
    • @typescript-eslint/prefer-reduce-type-parameter
    • @typescript-eslint/prefer-ts-expect-error
    • @typescript-eslint/dot-notation
    • @typescript-eslint/init-declarations
    • @typescript-eslint/keyword-spacing

Raw commits

  • 📦 Plugin package updates 6637a15
  • 📚 Add Contributing and Release guidelines. 55b9c03

v2.1.2...v2.2.0

v2.1.2

10 Apr 19:11
7deb940
Compare
Choose a tag to compare

Features

Bumps packages, and adds these rules:

Raw commits

v2.1.1...v2.1.2

v2.1.1

25 Mar 00:27
4bc290b
Compare
Choose a tag to compare

Features

Raw commits

  • 🚀 Remove publishConfig from package.json 937f22c
  • 🎡 Bump TypeScript packages 4f27f08
  • 🚀 Set NPM as the publishConfig a2ff0ee

v2.1.0...v2.1.1

v2.1.0

20 Mar 22:28
286ee81
Compare
Choose a tag to compare

Features

  • Adds a new core config (#7)
  • Some documentation improvements (#6)
  • Change some rule configurations (ad0f5f9 & 99e4af9)
    • react-hooks/exhaustive-deps is now a warn
    • jsx-a11y/click-events-have-key-events is now an error
    • jsx-a11y/mouse-events-have-key-events is now an error
    • react/jsx-props-no-spreading is now off

Raw commits

  • 🍎 Add a core config 14057e8
  • 📦 Package updates 86a591a
  • 🎣 Change exhaustive-deps to a warning 99e4af9
  • 🔧 Move outdated check to different test 00b19aa
  • 💪 Some rule reconfigurations ad0f5f9
  • 📓 Include parser in install documentation 2fea3e2
  • Merge branch 'master' of github.com:himynameisdave/eslint-config-himynameisdave b8e1165
  • Merge pull request #5 from himynameisdave/dependabot/npm_and_yarn/acorn-7.1.1 6f1fd25
  • Bump acorn from 7.1.0 to 7.1.1 4703f4c
  • 📦 Package updates b83948c
  • 👨‍🚀 Add .npmignore e1a6bc3
  • 🧛‍♂️ Add .nvmrc file 9d269b5

v2.0.1...v2.1.0

v2.0.1

07 Mar 18:51
d7eeaa2
Compare
Choose a tag to compare

Bumps the Jest & React plugins.

v2.0.0...v2.0.1