roblox-ts / eslint-plugin-roblox-ts

7 stars 6 forks source link

Change readme to recommend separate .prettierrc #35

Closed Dionysusnu closed 1 year ago

Dionysusnu commented 1 year ago

This is better for interop: eslint will pick up a .prettierrc file, but prettier will not pick up on specific .eslintrc config. The latter means that running prettier directly would result in different output compared to applying the eslint prettier rule autofix.