Skip to content

Commit

Permalink
chore(eslintrc): bring back end of line rule for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrk committed Feb 22, 2025
1 parent 3ddd1f3 commit d894c44
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@
}
},
"rules": {
"prettier/prettier": ["warn"],
"prettier/prettier": [
"warn",
{
"endOfLine": "auto"
}
],
"no-console": 0,
"class-methods-use-this": 0
}
Expand Down

0 comments on commit d894c44

Please sign in to comment.