mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
93468211d6
* chore: update eslint * chore: update rules and style * chore: aling formatting * chore: update ci rules * chore: aling formatting * chore: aling formatting
12 lines
203 B
JSON
12 lines
203 B
JSON
{
|
|
"endOfLine": "lf",
|
|
"useTabs": false,
|
|
"printWidth": 180,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": true,
|
|
"trailingComma": "es5",
|
|
"semi": true
|
|
}
|