eslint-config-aliyun
Version:
ESLint shareable config for the Aliyun style
46 lines (45 loc) • 978 B
JSON
{
"name": "eslint-config-aliyun",
"version": "2.0.4",
"description": "ESLint shareable config for the Aliyun style",
"main": "index.js",
"keywords": [
"aliyun",
"code",
"quality",
"style",
"lint",
"linter",
"jscs",
"jshint",
"jslint",
"eslint",
"validate",
"code style",
"strict",
"check",
"checker",
"verify",
"enforce",
"hint"
],
"repository": {
"type": "git",
"url": "git@github.com:node-honeycomb/eslint-config-aliyun.git"
},
"contributors": [
"HQidea <hqidea@yahoo.com>",
"Gorgear <cctv1005s@gmail.com>",
"Boscheng <c260363615@gmail.com>"
],
"bugs": {
"url": "https://github.com/node-honeycomb/eslint-config-aliyun"
},
"homepage": "https://github.com/node-honeycomb/eslint-config-aliyun",
"dependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.21.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0"
}
}