44ef51b486
Bumps [eslint](https://github.com/eslint/eslint) from 9.7.0 to 9.8.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.7.0...v9.8.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
601 B
JSON
25 lines
601 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"devDependencies": {
|
|
"@eslint/js": "9.7.0",
|
|
"@revi/eslint-config": "0.0.7",
|
|
"@revi/prettier-config": "0.1.2",
|
|
"eslint": "9.8.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"jshint": "2.13.6",
|
|
"prettier": "3.3.3"
|
|
},
|
|
"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"
|
|
}
|
|
}
|