sheerun / prettier-standard

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

prettier-airbnb ? #45

Closed vinayakkulkarni closed 6 years ago

vinayakkulkarni commented 6 years ago

Any chance of making a prettier-airbnb repo?

sheerun commented 6 years ago

This one already supports it, just create .eslintrc with:

{
  "extends": ["airbnb-standard"]
}

and obiously install eslint-config-airbnb-standard