mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-06-11 00:23:00 -04:00
Migrates ESLint configuration to new (9+) "flat format"
This commit is contained in:
parent
7390a8056c
commit
ee7649a8b4
3 changed files with 38 additions and 49 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue