Skip to content

Commit

Permalink
Quick update to lint rules for Windows development
Browse files Browse the repository at this point in the history
  • Loading branch information
kdedecker committed Mar 11, 2024
1 parent 739e08d commit c88e713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ module.exports = {
rules: {
// allow reassigning param
'no-param-reassign': [2, { props: false }],
'linebreak-style': ['error', 'unix'],
// 'linebreak-style': ['error', 'unix'],
'linebreak-style': ['error', 'windows'],
'import/extensions': ['error', {
js: 'always',
}],
Expand Down

0 comments on commit c88e713

Please sign in to comment.