We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fc08c commit 8fc9d39Copy full SHA for 8fc9d39
3 files changed
appveyor.yml
@@ -28,6 +28,3 @@ test_script:
28
- "npm test"
29
30
build: off
31
-
32
-cache:
33
- - node_modules
index.d.ts
@@ -2,7 +2,6 @@ interface pythonBridge extends Function {
2
(options?: PythonBridgeOptions): PythonBridge;
3
}
4
5
6
export const pythonBridge: pythonBridge
7
8
export interface PythonBridgeOptions {
tslint.json
@@ -3,7 +3,6 @@
"align": [
true,
"parameters",
- // "arguments",
"statements"
],
9
"jsdoc-require": [
@@ -60,7 +59,6 @@
60
59
"no-switch-case-fall-through": true,
61
"no-trailing-whitespace": true,
62
"no-unused-expression": true,
63
- // "no-unused-variable": true,
64
"no-use-before-declare": true,
65
"no-var-keyword": true,
66
"no-var-requires": false,
0 commit comments