We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4518443 commit efbd4b9Copy full SHA for efbd4b9
.eslintrc.yml
@@ -1,3 +1,4 @@
1
---
2
rules:
3
no-console: off
4
+ node/no-missing-require: off
security-center/snippets/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "nodejs-security-center-samples",
+ "main": "quickstart.js",
+ "private": true,
5
+ "scripts": {
6
+ "test": "mocha system-test"
7
+ },
8
+ "license": "Apache-2.0",
9
+ "dependencies": {
10
+ "@google-cloud/security-center": "^0.1.0"
11
12
+ "devDependencies": {
13
+ "mocha": "^5.2.0"
14
+ }
15
+}
security-center/snippets/system-test/.eslintrc.yml
@@ -1,5 +1,6 @@
+env:
+ mocha: true
node/no-unpublished-require: off
- node/no-unsupported-features: off
no-empty: off
0 commit comments