Yongmin Hong
a287bd06ca
Summary: add @types, --save-exact for prettier(-config), add homepage. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: No visible changes. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D378
39 lines
1 KiB
JSON
39 lines
1 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@revi/eslint-config",
|
|
"version": "0.0.4",
|
|
"description": "@revi's shared eslint config",
|
|
"main": "eslint.config.js",
|
|
"peerDependencies": {
|
|
"@eslint/js": "^8.0.0 || ^9.0.0",
|
|
"eslint": "^8.0.0 || ^9.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"globals": "^15.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@revi/prettier-config": "0.0.2",
|
|
"@types/eslint__js": "^8.42.3",
|
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
"prettier": "3.3.2"
|
|
},
|
|
"scripts": {
|
|
"test": "prettier --check"
|
|
},
|
|
"funding": "https://github.com/sponsors/revi",
|
|
"homepage": "https://github.com/revi/sandbox/tree/master/npm/eslint-config",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/revi/sandbox.git",
|
|
"directory": "npm/eslint-config"
|
|
},
|
|
"keywords": [
|
|
"eslint"
|
|
],
|
|
"author": {
|
|
"name": "Yongmin Hong",
|
|
"url": "https://revi.xyz/",
|
|
"email": "revi@omglol.email"
|
|
},
|
|
"type": "module",
|
|
"license": "Apache-2.0"
|
|
}
|