@choseohwan/prettier-config-base
v2.0.0
Published
prettier base config
Readme
@choseohwan/prettier-config-base
base prettier config for SeoHwan Cho's project
Install
npm
npm install @choseohwan/prettier-config-base prettier --save-devyarn
yarn add @choseohwan/prettier-config-base prettier -DUsage
Make .prettierrc.js file in the root directory of packages.
.prettierrc.js
const prettierBaseConfig = require('@choseohwan/prettier-config-base');
// if you want config another setting, change prettierBaseConfig array
module.exports = prettierBaseConfig;