Skip to content

Commit 564ef12

Browse files
committed
:octocat:
1 parent 6dd55ee commit 564ef12

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.eslintignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.eslintrc renamed to .eslintrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"extends": "eslint:recommended",
3535
"globals": {
3636
},
37+
"ignorePatterns": [
38+
"**/dist/**",
39+
"**/lib/**",
40+
"**/node_modules/**"
41+
],
3742
"env": {
3843
"browser": true,
3944
"commonjs": true,

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
"name": "Kazuhiko Arase",
1717
"homepage": "https://github.com/kazuhikoarase/qrcode-generator"
1818
},
19-
{
20-
"name":"ZXing Authors",
21-
"homepage": "https://github.com/zxing/zxing"
22-
},
2319
{
2420
"name": "Smiley",
2521
"email": "[email protected]",
@@ -30,8 +26,11 @@
3026
{
3127
"name": "Contributors",
3228
"homepage":"https://github.com/chillerlan/js-qrcode/graphs/contributors"
29+
},
30+
{
31+
"name":"ZXing Authors",
32+
"homepage": "https://github.com/zxing/zxing"
3333
}
34-
3534
],
3635
"bugs": {
3736
"url": "https://github.com/chillerlan/js-qrcode/issues"

0 commit comments

Comments
 (0)