Skip to content

Commit b77e161

Browse files
committed
style(es6)
1 parent c506cbb commit b77e161

File tree

13 files changed

+903
-900
lines changed

13 files changed

+903
-900
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ export default [
104104
'@stylistic/array-bracket-spacing': ['error', 'never'],
105105
'@stylistic/arrow-parens': [2, 'as-needed'],
106106
'@stylistic/arrow-spacing': ['error', {
107-
'before': false,
108-
'after': false,
107+
'before': true,
108+
'after': true,
109109
}],
110110
'@stylistic/comma-dangle': ['error', 'always-multiline'],
111111
'@stylistic/comma-spacing': ['error', {

0 commit comments

Comments
 (0)