Yongmin Hong
f85a6a2b90
Summary: Thanks pinterest! Also: - fix yamllint and update .gitattributes, and make deploy.sh executable by `chmod +x`. - install linting npm packages. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: `arc lint` Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D326
25 lines
608 B
JSON
25 lines
608 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.5.0",
|
|
"@revi/eslint-config": "^0.0.2",
|
|
"@revi/prettier-config": "^0.0.2",
|
|
"eslint": "^9.5.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"jshint": "^2.13.6",
|
|
"prettier": "^3.3.2"
|
|
},
|
|
"prettier": "@revi/prettier-config",
|
|
"name": "@revi/dots",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"author": {
|
|
"name": "Yongmin Hong",
|
|
"url": "https://revi.xyz",
|
|
"email": "revi@omglol.email"
|
|
},
|
|
"scripts": {
|
|
"p:c": "prettier --check",
|
|
"p:w": "prettier --write"
|
|
}
|
|
}
|