Skip to content

Releases: EvgenyOrekhov/eslint-config-hardcore

v12.8.1

01 Sep 12:28
Compare
Choose a tag to compare
  • d94b018 Add .git/ to ignorePatterns

v12.8.0

01 Sep 10:32
Compare
Choose a tag to compare

Changes:

hardcore

  • Set ECMAScript version to 2021
  • Enable ignoreDefaultValues option for no-magic-numbers

ts-for-js

v12.7.0

29 Aug 17:15
Compare
Choose a tag to compare

Fixes:

  • 59754d4 Bring back node_modules/ to ignorePatterns

Other changes:

  • Update dependencies

v12.6.0

18 Jul 09:46
Compare
Choose a tag to compare

v12.5.0

27 Jun 09:26
Compare
Choose a tag to compare

hardcore

  • Update dependencies

hardcore/ts-for-js

v12.4.0 - hardcore/ts-for-js

21 Jun 23:11
Compare
Choose a tag to compare

Use hardcore/ts-for-js config to lint your JavaScript code with typescript-eslint

Take advantage of typescript-eslint's advanced type-aware rules (like @typescript-eslint/naming-convention and @typescript-eslint/prefer-optional-chain) without the need to switch to writing TypeScript!

Just follow these two easy steps.

v12.3.0

20 Jun 10:28
Compare
Choose a tag to compare

v12.2.0

10 Jun 19:43
Compare
Choose a tag to compare

v12.1.0

08 Jun 16:33
Compare
Choose a tag to compare

v12.0.0 - eslint-plugin-prettier

08 Jun 14:29
Compare
Choose a tag to compare

I've been using Prettier in my projects, personal and work ones, for 1.5 years now.
It saved me and my colleagues countless hours of manually formatting our code.
It saved us countless hours of bickering about formatting rules.

This release of eslint-config-hardcore adds eslint-plugin-prettier.

Next time you run eslint --fix ., all of your code will be reformatted.
But then you'll be free of manual formatting forever.

As a general advise, I recommend everyone adopt Prettier and use the default options.
Use it for formatting all files in your projects, not just JavaScript: prettier . --write

Breaking changes:

Other changes