Skip to content

Commit 0aa85c6

Browse files
committed
Remove ESLint linebreak-style rule
1 parent b1435ce commit 0aa85c6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ module.exports = {
132132
'render'
133133
]
134134
}
135-
]
135+
],
136+
'linebreak-style': 0
136137
}
137138
}

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.js text=auto

0 commit comments

Comments
 (0)