6.12.4 • Published 3 months ago

@equinor/prettier-config-opt v6.12.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

OPT Prettier Configuration

License Downloads

Release Vulnerabilities

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

3 months ago

6.12.0

7 months ago

6.12.3

6 months ago

6.12.2

6 months ago

6.12.1

7 months ago

6.11.0

1 year ago

6.10.1

1 year ago

6.10.0

1 year ago

6.9.0

1 year ago

6.8.1

2 years ago

6.8.0

2 years ago

6.8.3

2 years ago

6.8.2

2 years ago

6.8.5

2 years ago

6.8.4

2 years ago

6.8.7

2 years ago

6.8.6

2 years ago

6.7.0

2 years ago

6.6.1

2 years ago

6.6.3

2 years ago

6.6.2

2 years ago

6.5.0

2 years ago

6.5.2

2 years ago

6.6.0

2 years ago

6.5.1

2 years ago

6.4.1

2 years ago

6.4.0

2 years ago

6.3.0

2 years ago

6.2.0

2 years ago

6.1.0

2 years ago

6.0.1

2 years ago

6.0.0

2 years ago