Skip to content

Commit 8fc9d39

Browse files
author
Ryan Munro
committed
Try to fix glob issue
1 parent e7fc08c commit 8fc9d39

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@ test_script:
2828
- "npm test"
2929

3030
build: off
31-
32-
cache:
33-
- node_modules

index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ interface pythonBridge extends Function {
22
(options?: PythonBridgeOptions): PythonBridge;
33
}
44

5-
65
export const pythonBridge: pythonBridge
76

87
export interface PythonBridgeOptions {

tslint.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"align": [
44
true,
55
"parameters",
6-
// "arguments",
76
"statements"
87
],
98
"jsdoc-require": [
@@ -60,7 +59,6 @@
6059
"no-switch-case-fall-through": true,
6160
"no-trailing-whitespace": true,
6261
"no-unused-expression": true,
63-
// "no-unused-variable": true,
6462
"no-use-before-declare": true,
6563
"no-var-keyword": true,
6664
"no-var-requires": false,

0 commit comments

Comments
 (0)