upgrade to prettier 2 (#5051)

* arrowParens: avoid
* remove trailingComma setting
This commit is contained in:
chris48s
2020-05-05 21:07:43 +01:00
committed by GitHub
parent 1c736f2159
commit 13d75e0607
337 changed files with 1882 additions and 2707 deletions

View File

@@ -3,7 +3,7 @@
const { test, given } = require('sazerac')
const GitHubHacktoberfest = require('./github-hacktoberfest.service')
describe('GitHubHacktoberfest', function() {
describe('GitHubHacktoberfest', function () {
test(GitHubHacktoberfest.render, () => {
given({
daysLeft: -1,