@adamsy/bhai-lang
Version:
<h1 align="center">Bhai Lang</h1> <p align="center"> <a href="https://lgtm.com/projects/g/DulLabs/bhai-lang/alerts/"><img alt="Total alerts" src="https://img.shields.io/lgtm/alerts/g/DulLabs/bhai-lang.svg?logo=lgtm&logoWidth=18"/></a> <a href="https://lgt
25 lines (24 loc) • 472 B
JSON
{
"autoFormat": "onSave",
"quoteMark": "double",
"emptyLinesAfterAllImports": 2,
"trailingComma": "none",
"wrappingStyle": {
"maxBindingNamesPerLine": 3,
"maxDefaultAndBindingNamesPerLine": 3
},
"groupRules": [
"^react",
{},
"^../",
"^./",
{
"flags": "scripts"
}
],
"exclude": [
"node_modules"
],
"removeLastSlashInPath": true,
"removeLastIndexInPath": true
}