config-react-app/package.json
autocommit 712a042472
Some checks failed
Build and Publish / build-and-publish (push) Failing after 52s
deps-upgrade(dependencies): ⬆️ Update all dependencies to latest stable versions for bug fixes and security patches
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 06:24:43 -07:00

25 lines
655 B
JSON

{
"name": "@lilith/eslint-config-react-app",
"version": "1.0.0",
"deprecated": "Use @lilith/configs/eslint/react-app-flat instead. See: http://forge.black.lan/lilith/configs",
"description": "ESLint configuration for React applications (includes @/ import alias enforcement)",
"main": "index.js",
"keywords": [
"eslint",
"eslintconfig",
"react",
"typescript",
"application",
"import-alias"
],
"author": "The Collective",
"license": "MIT",
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": false
}
}