Skip to content

Commit

Permalink
Add: linter scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
georgipavlov-7DIGIT committed Aug 31, 2023
1 parent 96caac0 commit cd84c73
Show file tree
Hide file tree
Showing 7 changed files with 4,384 additions and 1,370 deletions.
9 changes: 8 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
"plugins": ["prettier"],
"rules": {
"no-undefined": "off",
"no-undef": "off"
"no-undef": "off",
"quotes": [
"error",
"double",
{
"allowTemplateLiterals": true
}
]
}
}
Loading

0 comments on commit cd84c73

Please sign in to comment.