mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
This commit is contained in:
parent
8887516c44
commit
3516e404fa
2 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@
|
|||
"server:prod": "http-server dist --cors",
|
||||
"webdriver:update": "npm run webdriver-manager update",
|
||||
"webdriver:start": "npm run webdriver-manager start",
|
||||
"lint": "npm run tslint \"src/**/*.ts\"",
|
||||
"lint": "npm run tslint \"src/**/*.ts\" --force",
|
||||
"pree2e": "npm run webdriver:update -- --standalone",
|
||||
"pretest": "npm run lint",
|
||||
"docs": "npm run typedoc -- --options typedoc.json --exclude '**/*.spec.ts' ./src/",
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@
|
|||
"jsdoc-format": true,
|
||||
"no-consecutive-blank-lines": false,
|
||||
"one-line": [
|
||||
true,
|
||||
false,
|
||||
"check-open-brace",
|
||||
"check-catch",
|
||||
"check-else",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue