forked from MicrosoftEdge/Demos-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.eslintignore
More file actions
40 lines (37 loc) · 725 Bytes
/
.eslintignore
File metadata and controls
40 lines (37 loc) · 725 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# node_modules ignored by default
# Ignore files compiled from TypeScript and CoffeeScript
**/*.{ts,coffee}.js
# gruntfiles in some demos and the root of this project
**/{G,g}runtfile.js
# Demos to ignore because they are old or haven't been fixed yet. Goal should be to not have any here
audiomixer/
blobbuilder/
chalkboard/
chess/scripts/libs/
coloringbook/
compatinspector/
css3filters/
css3mediaqueries/
editingpasteimage/
eme/
familysearch/
fishbowl/
html5forms/
Includes/
mandelbrot/
math/
mazesolver/
microphone/
musiclounge/
particleacceleration/
photocapture/
readingview/
setimmediatesorting/
sudoku/
svgradientbackgroundmaker/
toucheffects/
typedarrays/
userselect/
videoformatsupport/
webaudiotuner/
webdriver/