зеркало из https://github.com/microsoft/rnx-kit.git
39 строки
946 B
JSON
39 строки
946 B
JSON
{
|
|
"name": "@rnx-kit/eslint-config",
|
|
"version": "0.0.8",
|
|
"private": true,
|
|
"description": "Shareable ESLint config for @rnx-kit",
|
|
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/eslint-config#readme",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Microsoft Open Source",
|
|
"email": "microsoftopensource@users.noreply.github.com"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/rnx-kit",
|
|
"directory": "packages/eslint-config"
|
|
},
|
|
"scripts": {
|
|
"format": "prettier --write --log-level error README.md index.js package.json"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/eslint-plugin-sdl": "^1.0.0",
|
|
"@rnx-kit/eslint-plugin": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9.0.0",
|
|
"prettier": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.17"
|
|
}
|
|
}
|