6.12.4 • Published 1 year ago
@equinor/prettier-config-opt v6.12.4
OPT Prettier Configuration
This is the shared team Prettier configuration for OPT.
Usage
Install the package.
npm install --save-dev @equinor/prettier-config-opt
// or
yarn add --dev @equinor/prettier-config-opt
Next, add the shared prettier config in the extends
section of your Prettier configuration.
// .prettierrc.json
"@equinor/prettier-config-opt"
Override prettier rules
To override/extend the prettier rules simply add the rules you want to add or modify
For example, to change the prettier rule semi
:
// .prettierrc.js
module.exports = {
...require("@equinor/prettier-config-opt"),
semi: true,
};
6.12.4
1 year ago
6.12.0
2 years ago
6.12.3
2 years ago
6.12.2
2 years ago
6.12.1
2 years ago
6.11.0
2 years ago
6.10.1
3 years ago
6.10.0
3 years ago
6.9.0
3 years ago
6.8.1
3 years ago
6.8.0
3 years ago
6.8.3
3 years ago
6.8.2
3 years ago
6.8.5
3 years ago
6.8.4
3 years ago
6.8.7
3 years ago
6.8.6
3 years ago
6.7.0
3 years ago
6.6.1
3 years ago
6.6.3
3 years ago
6.6.2
3 years ago
6.5.0
3 years ago
6.5.2
3 years ago
6.6.0
3 years ago
6.5.1
3 years ago
6.4.1
3 years ago
6.4.0
3 years ago
6.3.0
3 years ago
6.2.0
3 years ago
6.1.0
3 years ago
6.0.1
3 years ago
6.0.0
3 years ago