mirror of
https://code.forgejo.org/actions/download-artifact.git
synced 2024-11-09 21:06:07 +01:00
update prettier/eslint versions
This commit is contained in:
parent
c4c6db724f
commit
0b51c2ef90
3 changed files with 4224 additions and 1730 deletions
|
@ -9,8 +9,7 @@
|
||||||
"plugin:import/errors",
|
"plugin:import/errors",
|
||||||
"plugin:import/warnings",
|
"plugin:import/warnings",
|
||||||
"plugin:import/typescript",
|
"plugin:import/typescript",
|
||||||
"plugin:prettier/recommended",
|
"plugin:prettier/recommended"
|
||||||
"prettier/@typescript-eslint"
|
|
||||||
],
|
],
|
||||||
"plugins": ["@typescript-eslint"]
|
"plugins": ["@typescript-eslint"]
|
||||||
}
|
}
|
||||||
|
|
5940
package-lock.json
generated
5940
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -35,12 +35,13 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^12.12.6",
|
"@types/node": "^12.12.6",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
||||||
"@vercel/ncc": "^0.33.4",
|
"@vercel/ncc": "^0.33.4",
|
||||||
"concurrently": "^5.2.0",
|
"concurrently": "^5.2.0",
|
||||||
"eslint": "^7.4.0",
|
"eslint": "^8.55.0",
|
||||||
"eslint-plugin-github": "^4.1.1",
|
"eslint-plugin-github": "^4.10.1",
|
||||||
"prettier": "^2.0.5",
|
"eslint-plugin-prettier": "^5.0.1",
|
||||||
|
"prettier": "^3.1.1",
|
||||||
"typescript": "^5.3.3"
|
"typescript": "^5.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue