dots/package.json
Yongmin Hong c98952d447
CI(arclint): fix jshint/json
Summary:
 - jshint: config @ `.jshint.json`
 - json: track sublime-settings
 - remove jsonlint (see {D214})
 - `npm install --save-dev jshint`

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: `npm run p:c .`, 'arc lint`.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D231
2024-06-10 03:30:49 +09:00

10 lines
162 B
JSON

{
"devDependencies": {
"jshint": "^2.13.6",
"prettier": "^3.3.1"
},
"scripts": {
"p:c": "prettier --check",
"p:w": "prettier --write"
}
}