Skip to content

Commit

Permalink
fix: Fixing eslint and prettier errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Nov 17, 2023
1 parent a9b423e commit 59afe85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ module.exports = {
'no-unused-vars': 'off',
'sort-imports': 'off',

'prettier/prettier': 'error',
'prettier/prettier': [
'error',
{
endOfLine: 'auto',
},
],
'simple-import-sort/imports': 'error',
'@typescript-eslint/naming-convention': [
'error',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"autoprefixer": "^10.2.4",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"install": "^0.13.0",
"jsdom": "^22.1.0",
Expand Down

0 comments on commit 59afe85

Please sign in to comment.