2021-06-23 12:23:31 +03:00
|
|
|
{
|
|
|
|
"name": "@rnx-kit/eslint-config",
|
2024-09-11 09:59:50 +03:00
|
|
|
"version": "0.0.4",
|
2022-03-02 13:29:20 +03:00
|
|
|
"private": true,
|
2021-06-23 12:23:31 +03:00
|
|
|
"description": "Shareable ESLint config for @rnx-kit",
|
|
|
|
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/eslint-config#readme",
|
|
|
|
"license": "MIT",
|
2024-03-18 15:19:51 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Open Source",
|
|
|
|
"email": "microsoftopensource@users.noreply.github.com"
|
|
|
|
},
|
2021-06-23 12:23:31 +03:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/microsoft/rnx-kit",
|
|
|
|
"directory": "packages/eslint-config"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2023-11-03 16:02:18 +03:00
|
|
|
"format": "prettier --write --log-level error README.md index.js package.json"
|
2021-06-23 12:23:31 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-24 13:52:09 +03:00
|
|
|
"@rnx-kit/eslint-plugin": "workspace:*"
|
2023-02-13 14:05:27 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-03-12 17:30:53 +03:00
|
|
|
"eslint": ">=8.56.0"
|
2023-02-13 14:05:27 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-11 12:58:39 +03:00
|
|
|
"prettier": "^3.0.0"
|
2024-09-10 21:02:14 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16.17"
|
2021-06-23 12:23:31 +03:00
|
|
|
}
|
|
|
|
}
|