Dependency bump (#88)

* 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
This commit is contained in:
Vladimir Kryukov
2021-01-11 02:05:18 +02:00
committed by GitHub
parent a9d07b742d
commit 26807aaf05
9 changed files with 2466 additions and 2592 deletions

View File

@@ -2,5 +2,6 @@
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100
"printWidth": 100,
"arrowParens": "avoid"
}