prettier-config-airlight
v6.0.4
Published
Prettier config for use of combining to airlight-config-eslint(-node)
Downloads
103
Readme
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