fmt fixes

This commit is contained in:
Joseph Garrone 2020-05-27 22:20:34 +02:00
parent 479aec13c5
commit 8cbc468ac8
2 changed files with 16 additions and 14 deletions

View file

@ -166,7 +166,7 @@ Delete these files:
- ``.prettierignore``
- ``.prettierrc.json``
In ``.github/workflows/ci.yaml`` remove the line ``- run: npm run format:check``.
In ``.github/workflows/ci.yaml`` remove the line ``npm run format:check`` from the ``test_lint`` job.
### Disable Eslint and Prettier altogether
@ -186,7 +186,7 @@ Remove these ``package.j`on``'s ``devDependencies``:
- ``@typescript-eslint/eslint-plugin``
- ``husky``
Remove the ``lint-staged`` and ``husky`` fields from the ``package.json``.
Remove the ``lint-staged`` and ``husky`` fields from the ``package.json``.
Delete these files:
- ``.prettierignore``
@ -194,9 +194,7 @@ Delete these files:
- ``.eslintignore``
- ``.eslintrc.js``
Remove these lines from ``.github/workflows/ci.yaml``:
- ``- run: npm run lint:check``
- ``- run: npm run format:check``
In ``.github/workflows/ci.yaml`` remove the ``test_lint`` job and the line ``needs: test_lint``.
## Disable CDN build