forked from microsoft/vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.eslint-allowed-javascript-files
More file actions
159 lines (158 loc) · 8.04 KB
/
Copy path.eslint-allowed-javascript-files
File metadata and controls
159 lines (158 loc) · 8.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# Allowlist of pre-existing JavaScript files (.js, .cjs, .mjs).
#
# This file is consumed by eslint.config.js and gates the
# `local/code-no-new-javascript-files` lint rule.
#
# DO NOT ADD NEW ENTRIES. Write new files in TypeScript instead.
# Modifications to this file require sign-off from the CODEOWNERS.
#
# Lines starting with `#` are comments. Blank lines are ignored.
.github/skills/heap-snapshot-analysis/helpers/streamSnapshot.mjs
.vscode-test.js
build/azure-pipelines/common/installPlaywright.js
build/azure-pipelines/github-check-run.js
build/builtin/browser-main.js
build/builtin/main.js
build/codex/generate-protocol.mjs
eslint.config.js
extensions/copilot/.mocha-multi-reporters.js
extensions/copilot/.mocharc.js
extensions/copilot/.vscode-test.mjs
extensions/copilot/.vscode/extensions/visualization-runner/entry.js
extensions/copilot/script/electron/simulationWorkbenchMain.js
extensions/copilot/src/extension/completions-core/vscode-node/extension/test/run.js
extensions/copilot/src/extension/test/node/fixtures/gitdiff/generate-diffs.js
extensions/copilot/src/platform/parser/test/node/fixtures/test.js
extensions/copilot/test/scenarios/test-cli/wkspc1/sample.js
extensions/copilot/test/scenarios/test-cli/wkspc1/stringUtils.js
extensions/copilot/test/scenarios/test-cli/wkspc1/utils.js
extensions/copilot/test/scenarios/test-cli/wkspc2/foobar.js
extensions/copilot/test/scenarios/test-scenario-1/bar.js
extensions/copilot/test/scenarios/test-scenario-1/fib.js
extensions/copilot/test/scenarios/test-system/puppeteer.js
extensions/copilot/test/simulation/fixtures/edit/issue-6329/math.js
extensions/copilot/test/simulation/fixtures/edit/issue-7282/math.js
extensions/copilot/test/simulation/fixtures/editing/math.js
extensions/copilot/test/simulation/fixtures/gen-twice-issue-3597/new.js
extensions/copilot/test/simulation/fixtures/generate/issue-6956/.eslintrc.js
extensions/copilot/test/simulation/fixtures/multiFile/unicode-string-sequences/example.js
extensions/copilot/test/simulation/fixtures/multiFileEdit/two-edits/generate-command-ts.js
extensions/copilot/test/simulation/fixtures/review/binary-search-1.js
extensions/copilot/test/simulation/fixtures/review/binary-search-2.js
extensions/copilot/test/simulation/fixtures/tests/generate-jest/some/app.js
extensions/copilot/test/simulation/fixtures/tests/generate-jest/some/sum.js
extensions/copilot/test/simulation/fixtures/tests/generate-jest/some/sum.test.js
extensions/copilot/test/simulation/fixtures/tests/simple-js-proj copy/src/index.js
extensions/copilot/test/simulation/fixtures/tests/simple-js-proj/src/index.js
extensions/copilot/test/simulationExtension/extension.js
extensions/cpp/build/update-grammars.js
extensions/css-language-features/server/test/index.js
extensions/css-language-features/server/test/pathCompletionFixtures/.foo.js
extensions/css-language-features/server/test/pathCompletionFixtures/src/feature.js
extensions/css-language-features/server/test/pathCompletionFixtures/src/test.js
extensions/git-base/build/update-grammars.js
extensions/git/build/update-emoji.js
extensions/html-language-features/build/bundleTypeScriptLibraries.js
extensions/html-language-features/server/src/test/pathCompletionFixtures/.foo.js
extensions/html-language-features/server/src/test/pathCompletionFixtures/src/feature.js
extensions/html-language-features/server/src/test/pathCompletionFixtures/src/test.js
extensions/html-language-features/server/test/index.js
extensions/html/build/update-grammar.mjs
extensions/json/build/update-grammars.js
extensions/latex/build/update-grammars.js
extensions/less/build/update-grammar.js
extensions/media-preview/media/audioPreview.js
extensions/media-preview/media/imagePreview.js
extensions/media-preview/media/videoPreview.js
extensions/microsoft-authentication/packageMocks/dpapi/dpapi.js
extensions/microsoft-authentication/packageMocks/keytar/index.js
extensions/objective-c/build/update-grammars.js
extensions/php/build/update-grammar.mjs
extensions/postinstall.mjs
extensions/razor/build/update-grammar.mjs
extensions/rust/build/update-grammar.mjs
extensions/search-result/syntaxes/generateTMLanguage.js
extensions/sql/build/update-grammar.mjs
extensions/terminal-suggest/scripts/update-specs.js
extensions/theme-seti/build/update-icon-theme.js
extensions/typescript-basics/build/update-grammars.mjs
extensions/typescript-language-features/test-workspace/foojs.js
extensions/vscode-api-tests/testWorkspace/debug.js
extensions/vscode-api-tests/testWorkspace/far.js
extensions/vscode-api-tests/testWorkspace/worker.js
extensions/vscode-colorize-tests/test/colorize-fixtures/test.js
extensions/vscode-colorize-tests/test/colorize-fixtures/test6916.js
extensions/yaml/build/update-grammar.js
gulpfile.mjs
scripts/chat-simulation/common/perf-scenarios.js
scripts/chat-simulation/common/utils.js
scripts/chat-simulation/merge-ci-summary.js
scripts/chat-simulation/test-chat-mem-leaks.js
scripts/chat-simulation/test-chat-perf-regression.js
scripts/code-agent-host.js
scripts/code-perf.js
scripts/code-server.js
scripts/code-sessions-web.js
scripts/code-web.js
scripts/xterm-update.js
src/vs/base/browser/dompurify/dompurify.js
src/vs/base/common/marked/marked.js
src/vs/base/common/semver/semver.js
src/vs/base/test/common/filters.perf.data.js
src/vs/editor/test/node/diffing/fixtures/difficult-move/1.js
src/vs/editor/test/node/diffing/fixtures/difficult-move/2.js
src/vs/editor/test/node/diffing/fixtures/just-whitespace/1.js
src/vs/editor/test/node/diffing/fixtures/just-whitespace/2.js
src/vs/platform/files/test/node/fixtures/resolver/examples/company.js
src/vs/platform/files/test/node/fixtures/resolver/examples/conway.js
src/vs/platform/files/test/node/fixtures/resolver/examples/employee.js
src/vs/platform/files/test/node/fixtures/resolver/examples/small.js
src/vs/platform/files/test/node/fixtures/resolver/other/deep/company.js
src/vs/platform/files/test/node/fixtures/resolver/other/deep/conway.js
src/vs/platform/files/test/node/fixtures/resolver/other/deep/employee.js
src/vs/platform/files/test/node/fixtures/resolver/other/deep/small.js
src/vs/platform/files/test/node/fixtures/service/deep/company.js
src/vs/platform/files/test/node/fixtures/service/deep/conway.js
src/vs/platform/files/test/node/fixtures/service/deep/employee.js
src/vs/platform/files/test/node/fixtures/service/deep/small.js
src/vs/sessions/test/e2e/common.cjs
src/vs/sessions/test/e2e/extensions/sessions-e2e-mock/extension.js
src/vs/sessions/test/e2e/generate.cjs
src/vs/sessions/test/e2e/test.cjs
src/vs/workbench/contrib/webview/browser/pre/service-worker.js
src/vs/workbench/services/keybinding/test/node/linux_de_ch.js
src/vs/workbench/services/keybinding/test/node/linux_en_uk.js
src/vs/workbench/services/keybinding/test/node/linux_en_us.js
src/vs/workbench/services/keybinding/test/node/linux_ru.js
src/vs/workbench/services/keybinding/test/node/mac_de_ch.js
src/vs/workbench/services/keybinding/test/node/mac_en_us.js
src/vs/workbench/services/keybinding/test/node/mac_zh_hant.js
src/vs/workbench/services/keybinding/test/node/mac_zh_hant2.js
src/vs/workbench/services/keybinding/test/node/win_de_ch.js
src/vs/workbench/services/keybinding/test/node/win_en_us.js
src/vs/workbench/services/keybinding/test/node/win_por_ptb.js
src/vs/workbench/services/keybinding/test/node/win_ru.js
src/vs/workbench/services/search/test/node/fixtures/examples/NullPoinderException.js
src/vs/workbench/services/search/test/node/fixtures/examples/company.js
src/vs/workbench/services/search/test/node/fixtures/examples/employee.js
src/vs/workbench/services/search/test/node/fixtures/examples/small.js
test/automation/tools/copy-driver-definition.js
test/automation/tools/copy-package-version.js
test/integration/electron/testrunner.js
test/monaco/core.js
test/monaco/esm-check/esm-check.js
test/monaco/esm-check/index.js
test/monaco/runner.js
test/monaco/webpack.config.js
test/smoke/extensions/vscode-smoketest-ext-host/extension.js
test/smoke/test/index.js
test/unit/analyzeSnapshot.js
test/unit/assert.js
test/unit/browser/index.js
test/unit/coverage.js
test/unit/electron/index.js
test/unit/electron/preload.js
test/unit/electron/renderer.js
test/unit/fullJsonStreamReporter.js
test/unit/node/index.js
test/unit/reporter.js