eslint-config-base/package.json
QuinnFTW c9e668a4c3
Some checks failed
Build and Publish / build-and-publish (push) Failing after 36s
chore: bump version to 2.2.10
2026-01-15 08:00:03 -08:00

50 lines
1.3 KiB
JSON

{
"scripts": {
"prepare": "git config core.hooksPath .githooks"
},
"name": "@lilith/eslint-config-base",
"version": "2.2.10",
"deprecated": "Use @lilith/configs/eslint/base-flat instead. See: https://forge.nasty.sh/lilith/configs",
"description": "Base ESLint configuration with TypeScript, Prettier, and strict Python-like formatting",
"main": "index.js",
"keywords": [
"eslint",
"eslintconfig",
"typescript",
"prettier"
],
"author": "",
"license": "MIT",
"peerDependencies": {
"eslint": ">=8.0.0",
"typescript": ">=4.7.0",
"@typescript-eslint/parser": ">=5.0.0",
"@typescript-eslint/eslint-plugin": ">=5.0.0",
"eslint-plugin-import": ">=2.26.0",
"eslint-import-resolver-typescript": ">=3.0.0",
"eslint-plugin-unused-imports": ">=3.0.0",
"prettier": ">=3.0.0",
"eslint-config-prettier": ">=9.0.0",
"eslint-plugin-prettier": ">=5.0.0",
"@lilith/eslint-plugin-file-length-ts": "workspace:*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"eslint-import-resolver-typescript": {
"optional": true
}
},
"publishConfig": {
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": false,
"build": false
},
"devDependencies": {
"@lilith/configs-ts": "workspace:*"
}
}