@zavoloklom/prettier-config
v1.0.4
Published
Prettier shareable config.
Readme
@zavoloklom/prettier-config
Prettier shareable config.
Install
Install the package using npm (or yarn)
npm install --save-dev @zavoloklom/prettier-configUsage
package.json
{
"prettier": "@zavoloklom/prettier-config"
}.prettierrc
"@zavoloklom/prettier-config".prettierrc.mjs
import zavoloklomPrettierConfig from '@zavoloklom/prettier-config';
const config = {
...zavoloklomPrettierConfig,
// override rules
};
export default config;Check out the prettier documentation for more
info on sharing configurations.
License
This project is licensed under the MIT License. See the LICENSE file for more information.
