Skip to content

Commit

Permalink
Chore: Prettier rule for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Nov 11, 2023
1 parent 26b4c4e commit c4a575b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/eslint-config-custom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ module.exports = defineConfig({
"prettier",
"plugin:prettier/recommended"
],
rules: {
"prettier/prettier": ["error", { "endOfLine": "auto" }]
},
env: {
node: true
},
Expand Down

0 comments on commit c4a575b

Please sign in to comment.