-
-
Notifications
You must be signed in to change notification settings - Fork 194
Expand file tree
/
Copy path.eslintignore
More file actions
27 lines (25 loc) · 660 Bytes
/
.eslintignore
File metadata and controls
27 lines (25 loc) · 660 Bytes
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
**/node_modules/**/*.js
src/thirdparty/**
src/phoenix/virtualfs.js
src/phoenix/virtualfs.js.map
src/assets/new-project/assets/thirdparty/**
src/widgets/bootstrap-*.js
src/extensions/**/unittest-files/**/*.js
src/extensions/**/thirdparty/**/*.js
src/extensions/dev/**
src/extensions/disabled/**
src/**/*-min.js
src/**/*.min.js
src/virtual-server-main.js
src/service-worker.js
src/mdViewer/**
test/perf/*-files/**/*.js
test/spec/*-files/**/*.js
test/spec/*-known-goods/**/*.js
test/spec/FindReplace-test-files-*/**/*.js
test/smokes/**
test/temp/**
test/thirdparty/**
test/**/node_modules/**/*.js
test/virtual-server-test.js
test/spec/ESLintExtensionTest-files