new package.json stuff
Some checks failed
Lint / Run linters (push) Failing after 27s

This commit is contained in:
2023-05-01 22:44:51 +00:00
parent 0b2620a0ab
commit 4da9ea5179
4 changed files with 1388 additions and 2 deletions

View File

@@ -27,9 +27,8 @@ jobs:
with:
node-version: 14
# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: npm i eslint eslint-plugin-jsdoc prettier
run: npm ci
- name: Run linters
uses: https://github.com/wearerequired/lint-action@v2