Skip to content

Commit

Permalink
chore: 换行符兼容macOs和win
Browse files Browse the repository at this point in the history
  • Loading branch information
xuasir committed Apr 27, 2021
1 parent 5fa9f46 commit af1f5a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
module.exports = {
extends: [require.resolve('@xus/eslint-config')],
rules: {
'prettier/prettier': [
'error',
{
endOfLine: 'auto'
}
],
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/no-non-null-assertion': 0,
'@typescript-eslint/explicit-module-boundary-types': 0,
Expand Down

0 comments on commit af1f5a4

Please sign in to comment.