Disables ESLint "flat configuration" format

This commit is contained in:
Samuel FORESTIER 2024-04-21 21:47:04 +02:00
parent ad0cac10b2
commit e6c5df30f2
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ jobs:
build:
name: Run ESLint on user.js
runs-on: ubuntu-latest
env:
ESLINT_USE_FLAT_CONFIG: false
steps:
- uses: actions/checkout@v3