eslint-config-ringcentral
Version:
ESLint config for the RingCentral style guide
44 lines (43 loc) • 1.07 kB
JSON
{
"name": "eslint-config-ringcentral",
"version": "7.0.3",
"description": "ESLint config for the RingCentral style guide",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "https://github.com/ringcentral/ringcentral-javascript.git"
},
"keywords": [
"style guide",
"eslint",
"code quality",
"JavaScript",
"RingCentral",
"lint",
"tools",
"config"
],
"author": "RingCentral Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/ringcentral/ringcentral-javascript/issues"
},
"homepage": "https://github.com/ringcentral/ringcentral-javascript",
"dependencies": {
"@rushstack/eslint-patch": "^1.1.0"
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-ringcentral": "^7.0.3",
"eslint-plugin-sonarjs": "^0.11.0"
},
"peerDependencies": {
"eslint": "*"
},
"gitHead": "e966dfed00103b188d87ffeb7887272f20f4bded"
}