2.1.2 • Published 1 year ago

prettier-config-qiwi v2.1.2

Weekly downloads
117
License
MIT
Repository
github
Last release
1 year ago

prettier-config-qiwi

CI Test Coverage Maintainability npm (scoped)

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

MIT

2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

1.7.3

2 years ago

2.0.1

1 year ago

2.0.0

1 year ago

1.7.2

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.4.3

3 years ago

1.5.0

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago