Skip to content

Commit e2d6f37

Browse files
committed
fix(package.json): fixed entry file
1 parent a715741 commit e2d6f37

3 files changed

Lines changed: 402 additions & 402 deletions

File tree

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var baseTsRules = {
66
checkForEach: true,
77
},
88
],
9-
'linebreak-style': ['error', 'windows'],
9+
'linebreak-style': ['error', 'unix'],
1010
'no-constant-binary-expression': 'error',
1111
'no-constructor-return': 'error',
1212
'no-duplicate-imports': 'off',

.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"tabWidth": 2,
1111
"trailingComma": "all",
1212
"useTabs": false,
13-
"endOfLine": "crlf"
13+
"endOfLine": "lf"
1414
}

0 commit comments

Comments
 (0)