Skip to content

Commit e602791

Browse files
Chore: Change name and README for forked package, silence line ending error
1 parent a03a770 commit e602791

File tree

3 files changed

+15
-222
lines changed

3 files changed

+15
-222
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = {
1414
'react/jsx-filename-extension': 0,
1515
'react/prefer-stateless-function': 0,
1616
'react/no-did-mount-set-state': 0,
17-
'react/sort-comp': 0
17+
'react/sort-comp': 0,
18+
'linebreak-style': 0
1819
},
1920
}

0 commit comments

Comments
 (0)