Skip to content

Commit bc75967

Browse files
Signed-off-by: Lior perryYANG-DB
Signed-off-by: Lior perry
authored and
YANG-DB
committed
add MAINTAINERS.md
Signed-off-by: YANG-DB <[email protected]>
1 parent bc4aa85 commit bc75967

File tree

92 files changed

+11
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+11
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

workbench/.gitignore .gitignore

File renamed without changes.

workbench/DEVELOPER_GUIDE.md DEVELOPER_GUIDE.md

+2-2

workbench/LICENSE.TXT LICENSE.TXT

File renamed without changes.

workbench/NOTICE NOTICE

File renamed without changes.

workbench/README.md README.md

+1-1

workbench/THIRD-PARTY THIRD-PARTY

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

workbench/package.json package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"scripts": {
1313
"osd": "node ../../scripts/osd",
1414
"opensearch": "node ../../scripts/opensearch",
15-
"lint": "tslint .",
15+
"lint": "tslint workbench",
1616
"start": "plugin-helpers start",
1717
"test:server": "plugin-helpers test:server",
1818
"test:browser": "plugin-helpers test:browser",
19-
"test:jest": "../../node_modules/.bin/jest --config ./test/jest.config.js",
19+
"test:jest": "../../node_modules/.bin/jest --config test/jest.config.js",
2020
"build": "yarn plugin_helpers build",
2121
"plugin_helpers": "node ../../scripts/plugin_helpers"
2222
},
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

workbench/tsconfig.json tsconfig.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"extends": "../../tsconfig.json",
44

55
// tell the TypeScript compiler where to find your source files
6-
"include": ["server/**/*", "public/**/*", "test/**/*", "babel.config.js"],
6+
"include": [
7+
"server/**/*",
8+
"public/**/*",
9+
"test/**/*",
10+
"babel.config.js"
11+
],
712
"exclude": ["node_modules", "*/node_modules/"],
813

914
"compilerOptions": {

workbench/tslint.yaml tslint.yaml

File renamed without changes.
File renamed without changes.

workbench/yarn.lock yarn.lock

File renamed without changes.

0 commit comments

Comments
 (0)