25 lines
635 B
JSON
25 lines
635 B
JSON
{
|
|
"name": "@lilith/eslint-config-react-lib",
|
|
"version": "1.0.0",
|
|
"deprecated": "Use @lilith/configs/eslint/react-lib-flat instead. See: https://forge.nasty.sh/lilith/configs",
|
|
"description": "ESLint configuration for React libraries (stricter rules, no @/ aliases)",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintconfig",
|
|
"react",
|
|
"typescript",
|
|
"library",
|
|
"package"
|
|
],
|
|
"author": "The Collective",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": false
|
|
}
|
|
}
|