mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-09-02 09:58:31 +02:00
Migrates ESLint configuration to new (9+) "flat format"
This commit is contained in:
6
.github/workflows/linting.yml
vendored
6
.github/workflows/linting.yml
vendored
@ -7,13 +7,11 @@ jobs:
|
||||
build:
|
||||
name: Run ESLint on user.js
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
ESLINT_USE_FLAT_CONFIG: false
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
|
||||
- run: npm install -g eslint
|
||||
- run: eslint user.js
|
||||
- run: npm install eslint @eslint/js
|
||||
- run: npx eslint -c .eslint.config.mjs user.js
|
||||
|
Reference in New Issue
Block a user