Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 280 Bytes

File metadata and controls

21 lines (14 loc) · 280 Bytes

@smartlook/prettier-config

This Prettier config should be used in all projects.

Installation

npm i -D @smartlook/prettier-config
// .prettierrc.js

module.exports = {
    extends: ['@smartlook/prettier-config'],
}

License

See LICENSE.