Skip to content

Latest commit

 

History

History

prettier-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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