Skip to content

Commit

Permalink
👕 Adjust line endings for Prettier lintings (#3786)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored Jul 28, 2022
1 parent 98aa2b7 commit c2432e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = {
// The following rule enables eslint-plugin-prettier
// See: https://github.com/prettier/eslint-plugin-prettier#recommended-configuration

'prettier/prettier': 'error',
'prettier/prettier': ['error', { endOfLine: 'auto' }],

// The following two rules must be disabled when using eslint-plugin-prettier:
// See: https://github.com/prettier/eslint-plugin-prettier#arrow-body-style-and-prefer-arrow-callback-issue
Expand Down

0 comments on commit c2432e9

Please sign in to comment.