mirror of
https://github.com/jwetzell/ddp-js.git
synced 2026-08-05 14:57:46 +00:00
38b3649839
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 10.0.1 to 10.1.1. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v10.0.1...v10.1.1) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
691 B
JSON
32 lines
691 B
JSON
{
|
|
"name": "ddp",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Joel Wetzell",
|
|
"email": "me@jwetzell.com",
|
|
"url": "https://jwetzell.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jwetzell/ddp-js.git"
|
|
},
|
|
"scripts": {
|
|
"lint:check": "eslint ./",
|
|
"format:check": "prettier ./ --check",
|
|
"format:write": "prettier ./ --write"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@eslint/js": "9.21.0",
|
|
"eslint": "9.22.0",
|
|
"eslint-config-prettier": "10.1.1",
|
|
"eslint-plugin-prettier": "5.2.3",
|
|
"globals": "16.0.0",
|
|
"prettier": "3.5.3",
|
|
"typescript-eslint": "8.26.0"
|
|
}
|
|
}
|