6.0.5 • Published 5 months ago

prettier-config-airlight v6.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 months ago

prettier-config-airlight

Prettier configuration to use with combine of eslint-config-airlight-node

Deprecated

This package deprecated and we recommend use of biome-config-airlight

Installation

npm install prettier-config-airlight --save-dev
# or
yarn add prettier-config-airlight -D

Usage

.prettierrc.js

module.exports = require('prettier-config-airlight');

Rules

We used following rules.

Change these configs by your needs

{
  "singleQuote": true,
  "printWidth": 80,
  "trailingComma": "none",
  "arrowParens": "always",
  "bracketSpacing": true,
  "useTabs": false
}

License

MIT

6.0.5

5 months ago

6.0.1

1 year ago

6.0.0

1 year ago

6.0.3

1 year ago

6.0.2

1 year ago

6.0.4

1 year ago

5.0.0

1 year ago

3.0.0

1 year ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.1

5 years ago