mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
3ad519f0c2
* chore: upload gatsby website * chore: update header * chore: add background header * chore: add ci for website * Update ci-website.yml * chore: update patch mach ci * chore: update ci settings * chore: update docker version
12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"endOfLine": "auto",
|
|
"useTabs": false,
|
|
"printWidth": 180,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": true,
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"parser": "typescript"
|
|
}
|