mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-07-28 04:20:49 +02:00
Modernize codebase
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"extends":
|
||||
[
|
||||
"@isnotdefined/eslint-config/common"
|
||||
],
|
||||
"parserOptions":
|
||||
{
|
||||
"ecmaVersion": 2020
|
||||
}
|
||||
}
|
||||
@@ -8,9 +8,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Node 20
|
||||
- name: Set up Node 22
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
- run: npm install
|
||||
- run: npm run lint
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
MIT license
|
||||
|
||||
Copyright (c) 2024 Henry Ruhs
|
||||
Copyright (c) 2025 Henry Ruhs
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
module.exports =
|
||||
[
|
||||
...require('@isnotdefined/eslint-config/common')
|
||||
]
|
||||
+3
-3
@@ -5,12 +5,12 @@
|
||||
"license": "MIT",
|
||||
"devDependencies":
|
||||
{
|
||||
"@isnotdefined/eslint-config": "9.8.0",
|
||||
"eslint": "8.57.0"
|
||||
"@isnotdefined/eslint-config": "10.0.0",
|
||||
"eslint": "9.19.0"
|
||||
},
|
||||
"scripts":
|
||||
{
|
||||
"lint": "eslint . --ext .js",
|
||||
"lint": "eslint .",
|
||||
"fix": "npm run lint -- --fix"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user