@moxy/eslint-config-react-native
Version:
MOXY's ESLint configuration enhancer for React Native apps
51 lines (50 loc) • 1.2 kB
JSON
{
"name": "@moxy/eslint-config-react-native",
"description": "MOXY's ESLint configuration enhancer for React Native apps",
"version": "13.1.0",
"keywords": [
"eslint-config",
"eslintconfig",
"eslint",
"lint",
"linter",
"style",
"react-lint",
"react-eslint",
"react-native"
],
"author": "André Costa Lima <andreclima.pt@gmail.com>",
"homepage": "https://github.com/moxystudio/eslint-config",
"repository": {
"type": "git",
"url": "git@github.com:moxystudio/eslint-config.git"
},
"license": "MIT",
"main": "lib/index.js",
"files": [
"lib"
],
"dependencies": {
"@moxy/eslint-config-base": "^13.1.0",
"eslint-import-resolver-react-native": "^0.2.0",
"eslint-plugin-react-native": "^3.8.1"
},
"peerDependencies": {
"eslint": "^7.6.0"
},
"devDependencies": {
"@moxy/babel-preset": "^3.2.4",
"@moxy/eslint-config-babel": "^13.1.0",
"@moxy/eslint-config-react": "^13.1.0",
"react": "^16.12.0",
"react-native": "^0.61.5"
},
"engines": {
"node": ">=10",
"npm": ">=3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "92ec703a3c2e85238cbba10d400bf20ece007e21"
}