v12.0.0 - eslint-plugin-prettier
EvgenyOrekhov
released this
08 Jun 14:29
·
1574 commits
to master
since this release
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:
- 7c23dce Add eslint-plugin-prettier
- e11d63a Add eslint-plugin-ext
- 44f64ec Enable
unicorn/prevent-abbreviations
rule