sheerun / prettier-standard

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

feature: Respect standard's `ignore` rule in package.json #97

Closed jasonkarns closed 4 years ago

jasonkarns commented 4 years ago

Since it is common (expected? recommended?) to run prettier-standard along with standard, I think it would be a big help if prettier-standard would respect standard's ignore rules from package.json#standard.ignore

sheerun commented 4 years ago

prettier-standard runs prettier and then eslint with eslint-config-standard. standard is separate CLI that has different configuration options. if you want to ignore some files, please use .prettierignore. if you want to just format some files and not lint others, please use .eslintignore