@manomano/prettier-config
v3.0.0
Published
default manomano prettier config
Keywords
Readme
Prettier
This package contains the manomano prettier configuration.
This configuration can be extendend by adding
.prettierrc.jsorprettier.config.jsfile on the root project.
// prettier.config.js or .prettierrc.js
const manoConfig = require('@manomano/prettier-config');
const overrides = {};
module.exports = {
...manoConfig,
...overrides,
};More info can be found in Prettier docs
