mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-28 21:59:06 +08:00
* Bump all dependencies to the latest versions * Fix prettifier configuration after bump; Fix issues found by new versions of prettifier & eslint; * Add information about yarn lint & test into CONTRIBUTING.md; Add better description of `yarn build` step in the pipeline
8 lines
115 B
JSON
8 lines
115 B
JSON
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 100,
|
|
"arrowParens": "avoid"
|
|
}
|