1.0.6 • Published 2 years ago

@nlo/prettier-config v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Prettier config

This package includes a base prettier configuration to be used in all websites for NLO.

Usage

Install using npm install @nlo/prettier-config

Add to your project in your package.json:

{
  "prettier": "@nlo/prettier-config"
}

Or add to your prettier (.prettierrc.js) config using:

module.exports = {
  ...require("@nlo/prettier-config"),
  // Your overrides here
};
1.1.0-alpha.109

2 years ago

1.0.6

2 years ago

1.0.7-alpha.43

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.1-alpha.306

3 years ago

1.0.1-alpha.305

3 years ago

1.0.1-alpha.304

3 years ago