1.0.2 • Published 4 years ago
@azema4ka/prettier-config v1.0.2
prettier-config
Description
Basic config prettier
Install
Install the package
npm i -D @azema4ka/prettier-configor
yarn add -D @azema4ka/prettier-configCreate a file in the project root .prettierrc.js
In the file .prettierrc.js add the following code
module.exports = {
...require("@azema4ka/prettier-config"),
// custom rules https://prettier.io/docs/en/options.html
};