🌈 Feature
What is the position on supporting other forms of Prettier config files such as prettier.config.js?
Other formats as per the Prettier docs:
- A "prettier" key in your
package.json file.
- A
.prettierrc file written in JSON or YAML.
- A
.prettierrc.json, .prettierrc.yml, .prettierrc.yaml, or .prettierrc.json5 file.
- A
.prettierrc.js, .prettierrc.cjs, prettier.config.js, or prettier.config.cjs file that exports an object using module.exports.
- A
.prettierrc.toml file.