Skip to content

Commit

Permalink
package-lock.json & linter updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zack committed Dec 26, 2023
1 parent 6ef7b93 commit f907ed6
Show file tree
Hide file tree
Showing 3 changed files with 1,210 additions and 6,171 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"parser": "@typescript-eslint/parser",

"plugins": [ "@typescript-eslint" ],
"plugins": [
"@typescript-eslint",
"@stylistic/js"
],

"settings": {
"import/parsers": {
Expand All @@ -13,6 +16,7 @@
},

"rules": {
"@stylistic/js/quotes": ["error", "single", { "avoidEscape": true }],
"comma-dangle": [
"error",
{
Expand Down

0 comments on commit f907ed6

Please sign in to comment.