Closed vincentfretin closed 2 years ago
In #639 I disabled the space-before-function-paren eslint rule and specified the singleQuote in prettier config, so now the two tools works well together.
Current prettier version used is 1.15.3, with newer 1.19.1, only 9 files are modified. We should at least modify those 9 files. If we update to latest prettier 2.7.1, it will modify 33 files. I'd really like that we update this, it will make any further contributions for me easier, when I'm comparing the files in my project to the one in this repo.
Done in #647
space-before-function-paren
rule that conflicts with how prettier format the files. Done in #639npm run test:ci
npm run dist
npm run lint
and remove the old.travis.yml
file. Done in #646This closes #581