From 118d9aff13c7aac2a8b9be52396d7c513eb6c64a Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+sporqist@users.noreply.github.com> Date: Mon, 1 May 2023 22:35:09 +0000 Subject: [PATCH] init eslint config --- .gitea/workflows/lint.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 5b79853..0e84b68 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -27,10 +27,12 @@ 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 + - name: Install Node.js dependencies + run: npm init @eslint/config + - name: Run linters uses: https://github.com/wearerequired/lint-action@v2 with: