mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-09-02 01:48:32 +02:00
Disables ESLint "flat configuration" format
This commit is contained in:
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
@ -7,6 +7,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Run ESLint on user.js
|
name: Run ESLint on user.js
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
ESLINT_USE_FLAT_CONFIG: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Reference in New Issue
Block a user