Skip to content

Commit

Permalink
feat: add consent helpers (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
berwyn authored Dec 10, 2024
1 parent 3850535 commit c664d45
Show file tree
Hide file tree
Showing 7 changed files with 771 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ module.exports = {
}
},
'rules': {
'quotes': [
'error',
'single',
{ avoidEscape: true, allowTemplateLiterals: true }
],
'@typescript-eslint/naming-convention': [
'error',
{
Expand Down
Loading

0 comments on commit c664d45

Please sign in to comment.