Skip to content

Commit

Permalink
skip stripe buy button for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
John Solly committed Mar 8, 2024
1 parent f64e9e8 commit 3ffd7bc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"organizeImports": {
"enabled": true
},
"files": {
"ignore": [
"src/scripts/stripeBuyButton.js"
]
},
"linter": {
"enabled": true,
"rules": {
Expand All @@ -20,4 +25,4 @@
"clientKind": "git",
"useIgnoreFile": true
}
}
}

0 comments on commit 3ffd7bc

Please sign in to comment.