3.0.1 • Published 4 months ago
prettier-config-qiwi v3.0.1
prettier-config-qiwi
Prettier rules related to QIWI projects.
Install
npm add prettier-config-qiwi -D
yarn add prettier-config-qiwi -D
Usage
Add in your package.json
:
{
"prettier": "prettier-config-qiwi"
}
If you want overwrite some properties, you need import the file in a .prettierrc.js file and export the modifications:
module.exports = {
...require('prettier-config-qiwi'),
semi: false,
}
Run format your code:
prettier --write "src/**/*.ts"
Contribution
If you find this config not strong enough you may add additional rules, write some tests, and trigger assets generation.
yarn test
License
3.0.1
4 months ago
3.0.0
9 months ago
2.1.2
2 years ago
2.1.1
2 years ago
2.1.0
2 years ago
1.7.3
3 years ago
2.0.1
3 years ago
2.0.0
3 years ago
1.7.2
3 years ago
1.7.1
3 years ago
1.7.0
3 years ago
1.6.1
3 years ago
1.6.0
4 years ago
1.4.3
4 years ago
1.5.0
4 years ago
1.4.2
4 years ago
1.4.1
4 years ago
1.4.0
4 years ago
1.3.3
4 years ago
1.3.2
5 years ago
1.3.1
5 years ago
1.3.0
5 years ago
1.2.0
5 years ago
1.1.0
5 years ago
1.0.0
5 years ago