Skip to content

Commit

Permalink
修改eslint规则
Browse files Browse the repository at this point in the history
  • Loading branch information
iamapig120 committed Jan 20, 2019
1 parent a0b8c50 commit 52c50a5
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 @@ -17,7 +17,7 @@ module.exports = {
SwitchCase: 1
}
],
'linebreak-style': ['error', 'unix'],
'linebreak-style': ['error', 'windows'],
quotes: ['error', 'single'],
semi: ['error', 'never']
}
Expand Down

0 comments on commit 52c50a5

Please sign in to comment.