Skip to content

Commit

Permalink
Merge pull request #6 from cesarhenrq/chore--remove-eslint-check-end-…
Browse files Browse the repository at this point in the history
…of-line

Chore  remove eslint check end of line and bracket spacing
  • Loading branch information
cesarhenrq authored Sep 26, 2023
2 parents 65dde14 + 53960da commit a65a350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ module.exports = {
'testing-library/no-render-in-setup': 'off',
semi: ['error', 'always'],
indent: ['error', 2],
'linebreak-style': ['error', 'windows'],
quotes: ['error', 'single'],
semi: ['error', 'always'],
eqeqeq: 'error',
'prettier/prettier': [
'error',
'off',
{
endOfLine: 'auto',
bracketSpacing: true,
},
],
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"endOfLine": "auto"
"endOfLine": "crlf"
}

0 comments on commit a65a350

Please sign in to comment.