sheerun / prettier-standard

Formats with Prettier and lints with ESLint+Standard! (✿◠‿◠)
MIT License
868 stars 44 forks source link

prettier-standard indentation #56

Closed thelinuxlich closed 5 years ago

thelinuxlich commented 6 years ago

I had to disable prettier-standard because it is indenting files in a way standard doesn't like, I'm getting errors like: "Standard: expected indentation of 18 spaces but found 20. (indent)"

sheerun commented 5 years ago

prettier-standard 9.0.0 now uses just prettierx for formatting. it means you need to use https://github.com/prettier/eslint-config-prettier in your .eslintrc if you want to additinally lint your code with eslint