Skip to content
Snippets Groups Projects
Commit 9cb82394 authored by justinw's avatar justinw
Browse files

fix nsp, yarn audit, and tslint issues

parent 88c198ac
No related branches found
No related tags found
No related merge requests found
...@@ -46,8 +46,7 @@ ...@@ -46,8 +46,7 @@
"lodash": "^4.17.11", "lodash": "^4.17.11",
"mocha": "^5.1.1", "mocha": "^5.1.1",
"mocha-junit-reporter": "^1.17.0", "mocha-junit-reporter": "^1.17.0",
"nsp": "^3.1.0", "nyc": "^13.3.0",
"nyc": "^12.0.2",
"onchange": "^4.1.0", "onchange": "^4.1.0",
"ts-node": "^7.0.0", "ts-node": "^7.0.0",
"tslint": "^5.9.1", "tslint": "^5.9.1",
......
...@@ -10,8 +10,9 @@ ...@@ -10,8 +10,9 @@
"no-var-requires": false, "no-var-requires": false,
"object-literal-sort-keys": false, "object-literal-sort-keys": false,
"quotemark": [true, "single", "avoid-escape"], "quotemark": [true, "single", "avoid-escape"],
"radix": false,
"semicolon": [true, "never"], "semicolon": [true, "never"],
"trailing-comma": [true, "never"], "trailing-comma": [true, "never"],
"triple-equals": [true, "allow-undefined-check"] "triple-equals": [true, "allow-undefined-check"]
} }
} }
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment