npm(eslint-config): bump to 0.0.9
Summary: Ref D668. Manual export of the referenced CL. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Land and publish tag. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D669
This commit is contained in:
parent
1c5bfa8702
commit
413d4c0a06
4 changed files with 11 additions and 11 deletions
|
@ -1 +1 @@
|
|||
v20.16.0
|
||||
v20.17.0
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"name": "@revi/eslint-config",
|
||||
"version": "0.0.8",
|
||||
"version": "0.0.9",
|
||||
"description": "@revi's shared eslint config",
|
||||
"main": "eslint.config.js",
|
||||
"types": "./types/index.d.ts",
|
||||
"dependencies": {
|
||||
"@eslint/js": "9.8.0",
|
||||
"eslint": "9.8.0",
|
||||
"@eslint/js": "9.9.1",
|
||||
"eslint": "9.9.1",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"globals": "15.8.0"
|
||||
"globals": "15.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@revi/prettier-config": "../prettier-config",
|
||||
"@types/eslint": "9.6.0",
|
||||
"@types/eslint": "9.6.1",
|
||||
"@types/eslint__js": "8.42.3",
|
||||
"@types/eslint-config-prettier": "6.11.3",
|
||||
"prettier": "3.3.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "9.8.0"
|
||||
"eslint": "9.9.1"
|
||||
},
|
||||
"scripts": {
|
||||
"tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"
|
||||
|
@ -43,7 +43,7 @@
|
|||
"url": "https://revi.xyz/",
|
||||
"email": "package-admin@revi.dev"
|
||||
},
|
||||
"packageManager": "pnpm@9.6.0",
|
||||
"packageManager": "pnpm@9.9.0",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"keywords": [
|
||||
"prettier"
|
||||
],
|
||||
"packageManager": "pnpm@9.6.0",
|
||||
"packageManager": "pnpm@9.9.0",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"@revi/prettier-config": "./npm/prettier-config",
|
||||
"@types/node": "20.14.13",
|
||||
"csslint": "1.0.5",
|
||||
"eslint": "9.8.0",
|
||||
"eslint": "9.9.1",
|
||||
"eslint-config-wikimedia": "0.28.2",
|
||||
"jshint": "2.13.6",
|
||||
"prettier": "3.3.3",
|
||||
|
@ -23,7 +23,7 @@
|
|||
"p:c": "prettier --check",
|
||||
"p:w": "prettier --write"
|
||||
},
|
||||
"packageManager": "pnpm@9.6.0",
|
||||
"packageManager": "pnpm@9.9.0",
|
||||
"prettier": "@revi/prettier-config",
|
||||
"author": {
|
||||
"name": "Yongmin Hong",
|
||||
|
|
Loading…
Reference in a new issue