Skip to content

⬆️ Bump eslint-config-next from 13.4.19 to 14.0.0 #255

⬆️ Bump eslint-config-next from 13.4.19 to 14.0.0

⬆️ Bump eslint-config-next from 13.4.19 to 14.0.0 #255

Workflow file for this run

name: ESLint
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update NPM
run: npm install -g npm@latest
- name: Install Modules
run: npm i
- name: Run ESLint
run: npx eslint . --ext .js