9a07681dc2
Enabled and fixed for `check-alignment`, `implements-on-classes`, `newline-after-description`, `require-param-name`, `require-param-type`, `require-returns-type` and `valid-types`. Change-Id: Icb0533e44e17b10246f1b9d33f8d01f16a1e15a5
31 lines
962 B
JSON
31 lines
962 B
JSON
{
|
|
"name": "gerrit",
|
|
"version": "3.1.0-SNAPSHOT",
|
|
"description": "Gerrit Code Review",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "^6.6.0",
|
|
"eslint-config-google": "^0.13.0",
|
|
"eslint-plugin-html": "^6.0.0",
|
|
"eslint-plugin-jsdoc": "^18.4.3",
|
|
"fried-twinkie": "^0.2.2",
|
|
"polymer-cli": "^1.9.11",
|
|
"typescript": "^2.x.x",
|
|
"web-component-tester": "^6.5.0"
|
|
},
|
|
"scripts": {
|
|
"start": "polygerrit-ui/run-server.sh",
|
|
"test": "WCT_HEADLESS_MODE=1 WCT_ARGS='--verbose -l chrome' ./polygerrit-ui/app/run_test.sh",
|
|
"eslint": "./node_modules/eslint/bin/eslint.js --ext .html,.js polygerrit-ui/app",
|
|
"eslintfix": "npm run eslint -- --fix",
|
|
"test-template": "./polygerrit-ui/app/run_template_test.sh",
|
|
"polylint": "bazel test polygerrit-ui/app:polylint_test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gerrit.googlesource.com/gerrit"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0"
|
|
}
|