mirror of
https://github.com/actions/runner.git
synced 2025-12-15 22:47:01 +00:00
* Add in pre-commit hook and husky integration to compile the js binary on commit * Lint/format before build
20 lines
297 B
JSON
20 lines
297 B
JSON
|
|
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": false,
|
|
"arrowParens": "avoid",
|
|
"overrides": [
|
|
{
|
|
"files": "*.{js,ts,json}",
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|