Skip to content

Rename .eslintrc.js to eslint.config.js due to file type deprecation #9

Rename .eslintrc.js to eslint.config.js due to file type deprecation

Rename .eslintrc.js to eslint.config.js due to file type deprecation #9

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- "**"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint