Yongmin Hong
94363b2d43
Summary: 'Prettier' urls. No version bump for cosmetic changes. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Verify the link works. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Tags: #npm Differential Revision: https://issuetracker.revi.xyz/D495
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@revi/eslint-config",
|
|
"version": "0.0.6",
|
|
"description": "@revi's shared eslint config",
|
|
"main": "eslint.config.js",
|
|
"types": "./types/index.d.ts",
|
|
"dependencies": {
|
|
"@eslint/js": "9.6.0",
|
|
"eslint": "9.6.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"globals": "15.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@revi/prettier-config": "../prettier-config",
|
|
"@types/eslint": "8.56.10",
|
|
"@types/eslint__js": "8.42.3",
|
|
"@types/eslint-config-prettier": "6.11.3",
|
|
"prettier": "3.3.2"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "9.6.0"
|
|
},
|
|
"scripts": {
|
|
"tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"
|
|
},
|
|
"funding": "https://github.com/sponsors/revi",
|
|
"homepage": "https://revi.kr/eslint-config",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/revi/sandbox.git",
|
|
"directory": "npm/eslint-config"
|
|
},
|
|
"bugs": {
|
|
"url": "https://revi.xyz/new",
|
|
"email": "bugs@phab.revi.dev"
|
|
},
|
|
"keywords": [
|
|
"eslint"
|
|
],
|
|
"author": {
|
|
"name": "Yongmin Hong",
|
|
"url": "https://revi.xyz/",
|
|
"email": "package-admin@revi.dev"
|
|
},
|
|
"type": "module",
|
|
"license": "Apache-2.0"
|
|
}
|