Yongmin Hong
0f4b7c97e3
Summary: Signed-off-by: Yongmin Hong <revi@omglol.email> npm: use @revi/eslint-config Also change eslint format, and publish `v0.0.2`. Also prepare for eslint-config-wikimedia when they have eslint9 support. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: `npm run eslint`. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D332
24 lines
570 B
JSON
24 lines
570 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@revi/scripts",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@revi/eslint-config": "^0.0.2",
|
|
"@revi/prettier-config": "^0.0.2",
|
|
"csslint": "^1.0.5",
|
|
"eslint": "^9.5.0",
|
|
"eslint-config-wikimedia": "^0.28.2",
|
|
"jshint": "^2.13.6",
|
|
"prettier": "^3.3.2"
|
|
},
|
|
"scripts": {
|
|
"eslint": "eslint",
|
|
"p:c": "prettier --check",
|
|
"p:w": "prettier --write"
|
|
},
|
|
"prettier": "@revi/prettier-config",
|
|
"workspaces": [
|
|
"npm/eslint-config",
|
|
"npm/prettier-config"
|
|
]
|
|
}
|