eslint-plugin-prettier icon indicating copy to clipboard operation
eslint-plugin-prettier copied to clipboard

v5

Open JounQin opened this issue 2 years ago • 1 comments

  • [x] drop Node 12
  • [x] drop ESLint 7

JounQin avatar Jun 29 '22 17:06 JounQin

@BPScott I don't quite understand why we add usePrettierrc option in #83, prettierrc is used for all tools, it should always be preferred, I have no idea about in which case we should have inconsistent prettier settings, what do you think?

Maybe @eliperelman @azz @not-an-aardvark can help me to understand?

JounQin avatar Jul 04 '22 09:07 JounQin

When I try to use 5.0.0-alpha.0, I'm running into an issue where synckit can't be detected. I don't see that as a dependency for this project, but maybe it should?

The abbreviated stack trace looks like this:

Error: Cannot find module 'synckit'
Require stack:
- C:\Dev\prettier-plugin-apex\node_modules\eslint-plugin-prettier\eslint-plugin-prettier.js
- C:\Dev\prettier-plugin-apex\node_modules\@eslint\eslintrc\dist\eslintrc.cjs

dangmai avatar Dec 04 '22 03:12 dangmai