taro-s4s
Version:
Nerv-multi多端开发解决方案
33 lines (32 loc) • 646 B
JSON
{
"name": "eslint-config-taro",
"version": "1.0.0-beta.10",
"description": "Taro specific linting rules for ESLint",
"main": "index.js",
"files": [
"rules",
"index.js",
"html-tags.js",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"keywords": [
"taro",
"react",
"jsx"
],
"peerDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.15.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0"
},
"author": "O2Team",
"license": "MIT",
"dependencies": {
"eslint-plugin-taro": "1.0.0-beta.10"
}
}