2.1.22 • Published 3 months ago

@newhighsco/prettier-config v2.1.22

Weekly downloads
257
License
ISC
Repository
github
Last release
3 months ago

prettier-config NPM version

New High Score shareable config for Prettier

Installation

Install Prettier and @newhighsco/prettier-config:

yarn add -D prettier @newhighsco/prettier-config

Usage

New High Score Prettier rules come bundled in @newhighsco/prettier-config. To enable these rules, add a prettier property in your package.json. See the Prettier configuration docs for more details.

"prettier": "@newhighsco/prettier-config"

If you don't want to use package.json, you can use any of the supported extensions to export a string:

// `.prettierrc.json`
"@newhighsco/prettier-config"
// `prettier.config.js` or `.prettierrc.js`
module.exports = '@newhighsco/prettier-config';

Extending

This configuration is not intended to be changed, but if you have a setup where modification is required, it is possible. Prettier does not offer an "extends" mechanism as you might be familiar from tools such as ESLint.

To extend a configuration you will need to use a prettier.config.js or .prettierrc.js file that exports an object:

module.exports = {
    ...require('@newhighsco/prettier-config'),
    semi: false
};

CHANGELOG

2.1.22

3 months ago

2.1.21

4 months ago

2.1.20

4 months ago

2.1.19

4 months ago

2.1.18

4 months ago

2.1.17

5 months ago

2.1.16

6 months ago

2.1.14

9 months ago

2.1.15

8 months ago

2.1.12

10 months ago

2.1.13

9 months ago

2.1.11

11 months ago

2.1.9

1 year ago

2.1.10

1 year ago

2.1.8

1 year ago

2.1.6

1 year ago

2.1.5

1 year ago

2.1.7

1 year ago

2.1.4

1 year ago

2.1.2

2 years ago

2.1.3

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.18

2 years ago

2.0.17

2 years ago

2.0.15

2 years ago

2.0.16

2 years ago

2.0.14

3 years ago

2.0.13

3 years ago

2.0.12

3 years ago

2.0.11

3 years ago

2.0.10

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.7

3 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago