Skip to content

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Dec 17, 2023
1 parent 6dd55ee commit 564ef12
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

5 changes: 5 additions & 0 deletions .eslintrc → .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"extends": "eslint:recommended",
"globals": {
},
"ignorePatterns": [
"**/dist/**",
"**/lib/**",
"**/node_modules/**"
],
"env": {
"browser": true,
"commonjs": true,
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
"name": "Kazuhiko Arase",
"homepage": "https://github.com/kazuhikoarase/qrcode-generator"
},
{
"name":"ZXing Authors",
"homepage": "https://github.com/zxing/zxing"
},
{
"name": "Smiley",
"email": "smiley@chillerlan.net",
Expand All @@ -30,8 +26,11 @@
{
"name": "Contributors",
"homepage":"https://github.com/chillerlan/js-qrcode/graphs/contributors"
},
{
"name":"ZXing Authors",
"homepage": "https://github.com/zxing/zxing"
}

],
"bugs": {
"url": "https://github.com/chillerlan/js-qrcode/issues"
Expand Down

0 comments on commit 564ef12

Please sign in to comment.