1.0.6 • Published 7 months ago

@nlo/prettier-config v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months 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

7 months ago

1.0.6

10 months ago

1.0.7-alpha.43

9 months ago

1.0.5

12 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.1-alpha.306

1 year ago

1.0.1-alpha.305

1 year ago

1.0.1-alpha.304

1 year ago