File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 34
34
"extends" : " eslint:recommended" ,
35
35
"globals" : {
36
36
},
37
+ "ignorePatterns" : [
38
+ " **/dist/**" ,
39
+ " **/lib/**" ,
40
+ " **/node_modules/**"
41
+ ],
37
42
"env" : {
38
43
"browser" : true ,
39
44
"commonjs" : true ,
Original file line number Diff line number Diff line change 16
16
"name" : " Kazuhiko Arase" ,
17
17
"homepage" : " https://github.com/kazuhikoarase/qrcode-generator"
18
18
},
19
- {
20
- "name" :" ZXing Authors" ,
21
- "homepage" : " https://github.com/zxing/zxing"
22
- },
23
19
{
24
20
"name" : " Smiley" ,
25
21
30
26
{
31
27
"name" : " Contributors" ,
32
28
"homepage" :" https://github.com/chillerlan/js-qrcode/graphs/contributors"
29
+ },
30
+ {
31
+ "name" :" ZXing Authors" ,
32
+ "homepage" : " https://github.com/zxing/zxing"
33
33
}
34
-
35
34
],
36
35
"bugs" : {
37
36
"url" : " https://github.com/chillerlan/js-qrcode/issues"
You can’t perform that action at this time.
0 commit comments