Skip to content

Commit

Permalink
Merge pull request #240 from tvotiger/windows-friendly-linebreak-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreene-r7 authored Nov 13, 2023
2 parents d3ae11e + 61b3b6a commit 227e268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = {
'import/no-extraneous-dependencies': ['error', {
devDependencies: true,
}],
'linebreak-style': ['error', process.platform === 'win32' ? 'windows' : 'unix'],
'global-require': 0,
},
overrides: [
Expand Down

0 comments on commit 227e268

Please sign in to comment.