Skip to content

Commit

Permalink
Disable linebreak check for Windows compat
Browse files Browse the repository at this point in the history
  • Loading branch information
akrolsmir committed Jan 16, 2023
1 parent 629326f commit d72126f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
1 change: 1 addition & 0 deletions web/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'linebreak-style': ['error', 'unix'],
'lodash/import-scope': [2, 'member'],
'unused-imports/no-unused-imports': 'warn',
"linebreak-style": 0
},
ignorePatterns: ['/public/mtg/*'],
env: {
Expand Down

0 comments on commit d72126f

Please sign in to comment.