Skip to content

Commit

Permalink
update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Aug 16, 2023
1 parent 5be86db commit 03e84a4
Show file tree
Hide file tree
Showing 4 changed files with 564 additions and 78 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
}
},
"rules": {
"import/order": 0,
"array-callback-return": 0,
"unicorn/switch-case-braces": 0,
"unicorn/prefer-event-target": 0,
Expand Down Expand Up @@ -113,7 +114,8 @@
{
"singleQuote": true,
"printWidth": 150,
"semi": false
"semi": false,
"trailingComma": "es5"
}
]
},
Expand Down
1 change: 1 addition & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ printWidth: 150
singleQuote: true
semi: false
htmlWhitespaceSensitivity: ignore
trailingComma: es5
Loading

0 comments on commit 03e84a4

Please sign in to comment.