Fix: Adjust ESLint calls to properly interpret globs (#8462)

* fix(backend): rename .eslintrc.js to .eslintrc.cjs

* fix(backend): wrap lint path glob in quotation marks

* fix(client): wrap lint path glob in quotation marks

* chore(workflow): make lint workflow use Node 16
This commit is contained in:
Andreas Nedbal
2022-04-02 15:52:26 +02:00
committed by GitHub
parent 61dfa6d598
commit f9b5d92176
4 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- uses: actions/cache@v2
with:
path: '**/node_modules'