File tree 6 files changed +12983
-13583
lines changed
6 files changed +12983
-13583
lines changed Original file line number Diff line number Diff line change 17
17
"module": true,
18
18
"__dirname": true
19
19
},
20
- "parser": "babel- eslint",
20
+ "parser": "@ babel/ eslint-parser ",
21
21
"settings": {
22
22
"react": {
23
23
"createClass": "createReactClass",
Original file line number Diff line number Diff line change 1
- node_modules /
2
1
dist /
3
- json-rule-editor.code-workspace
2
+ json-rule-editor.code-workspace
3
+
4
+ # Logs
5
+ logs
6
+ * .log
7
+ npm-debug.log *
8
+ yarn-debug.log *
9
+ yarn-error.log *
10
+
11
+ # Runtime data
12
+ pids
13
+ * .pid
14
+ * .seed
15
+ * .pid.lock
16
+
17
+ # Directory for instrumented libs generated by jscoverage/JSCover
18
+ lib-cov
19
+
20
+ # Coverage directory used by tools like istanbul
21
+ coverage
22
+
23
+ # nyc test coverage
24
+ .nyc_output
25
+
26
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
27
+ .grunt
28
+
29
+ # Bower dependency directory (https://bower.io/)
30
+ bower_components
31
+
32
+ # node-waf configuration
33
+ .lock-wscript
34
+
35
+ # Compiled binary addons (https://nodejs.org/api/addons.html)
36
+ build /Release
37
+
38
+ # Dependency directories
39
+ node_modules /
40
+ jspm_packages /
41
+
42
+ # Typescript v1 declaration files
43
+ typings /
44
+
45
+ # Optional npm cache directory
46
+ .npm
47
+
48
+ # Optional eslint cache
49
+ .eslintcache
50
+
51
+ # Optional REPL history
52
+ .node_repl_history
53
+
54
+ # Output of 'npm pack'
55
+ * .tgz
56
+
57
+ # Yarn Integrity file
58
+ .yarn-integrity
59
+
60
+ # dotenv environment variables file
61
+ .env
62
+
63
+ # next.js build output
64
+ .next
65
+
66
+ # General
67
+ .DS_Store
68
+ .AppleDouble
69
+ .LSOverride
70
+
71
+ # Icon must end with two \r
72
+ Icon
73
+
74
+
75
+ # Thumbnails
76
+ ._ *
77
+
78
+ # Files that might appear in the root of a volume
79
+ .DocumentRevisions-V100
80
+ .fseventsd
81
+ .Spotlight-V100
82
+ .TemporaryItems
83
+ .Trashes
84
+ .VolumeIcon.icns
85
+ .com.apple.timemachine.donotpresent
86
+
87
+ # Directories potentially created on remote AFP share
88
+ .AppleDB
89
+ .AppleDesktop
90
+ Network Trash Folder
91
+ Temporary Items
92
+ .apdisk
You can’t perform that action at this time.
0 commit comments