-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.eslintignore
More file actions
49 lines (38 loc) · 1000 Bytes
/
.eslintignore
File metadata and controls
49 lines (38 loc) · 1000 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
41
42
43
44
45
46
47
48
49
# ━━ GENERAL ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# Dependency directories
node_modules/
jspm_packages/
# docs
/docs/**
# testing
/coverage/**
# production
/build/**
/dist/**
# JsDoc Files
/jsdoc/**
# Matches directory <root>/templates/
/templates/**
# Test
/tests/bench/**
/tests/fixtures/**
/tests/performance/**
# Misc
/tmp/**
reports/
/.pnp
.pnp.js
**/serviceWorker.js
!.eslintrc
# ━━ WORKSPACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# Notes
/notes/**
# Development
/development/**
# Matches the files name <root>/develop.js
/develop.js
# Matches the files name:
# <root>/develop-01.js
# <root>/develop_01.js
# <root>/develop.01.js
/develop[-_.][0-9][0-9].js