Skip to content

Commit 0830163

Browse files
committed
- added lsf-mode
- added lsfWorkerType option - removed unused modes, workers, themes
1 parent 569c106 commit 0830163

File tree

1,185 files changed

+6080
-320419
lines changed

Some content is hidden

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

1,185 files changed

+6080
-320419
lines changed

.eslintrc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
no-unexpected-multiline: 2,
4949
use-isnan: 2,
5050
valid-typeof: 2,
51-
51+
5252
accessor-pairs: 2,
5353
complexity: 0,
5454
dot-location: [2, "property"],
@@ -72,11 +72,11 @@
7272
no-sequences: 2,
7373
no-useless-call: 2,
7474
yoda: 2,
75-
75+
7676
no-undef: 2,
7777
no-redeclare: 0,
7878
no-unused-vars: [1, {"args": "none", "vars": "all"}],
79-
79+
8080
no-debugger: 2,
8181

8282
//////////////////////////////////////////////////////////////////
@@ -100,7 +100,7 @@
100100
// no-else-return: 2,
101101
// no-unused-expressions: 2,
102102
// no-use-before-define: [2, { "functions": false, "classes": false, "variables": false }],
103-
103+
104104
// array-bracket-spacing: 2, // enforce spacing inside array brackets (fixable)
105105
// block-spacing: 2, // disallow or enforce spaces inside of single line blocks (fixable)
106106
// brace-style: 2, // enforce one true brace style
@@ -143,6 +143,6 @@
143143
// space-infix-ops: 2, // require spaces around operators (fixable)
144144
// space-unary-ops: 2, // require or disallow spaces before/after unary operators (fixable)
145145
// spaced-comment: [2, "always", { markers: ["-", "*", "/", "{", "}", "#"], exceptions: ["}"] }]
146-
146+
147147
}
148148
}

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/nodejs.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

.gitmodules

Lines changed: 0 additions & 6 deletions
This file was deleted.

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)