Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 2051785

Browse files
committed
Update code style
1 parent 9096dc9 commit 2051785

File tree

9 files changed

+521
-750
lines changed

9 files changed

+521
-750
lines changed

.eslintrc.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,8 @@
1414
"indent": [ 2, 4 ],
1515

1616
// spacing
17-
"space-in-parens": [ 2, "always" ],
18-
"template-curly-spacing": [ 2, "always" ],
19-
"array-bracket-spacing": [ 2, "always" ],
20-
"object-curly-spacing": [ 2, "always" ],
21-
"computed-property-spacing": [ 2, "always" ],
2217
"no-multiple-empty-lines": [ 2, { "max": 1, "maxEOF": 0, "maxBOF": 0 } ],
2318

24-
// strings
25-
"quotes": [ 2, "single", "avoid-escape" ],
26-
2719
// code arrangement matter
2820
"no-use-before-define": [ 2, { "functions": false } ],
2921

config/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rollup.rollup({
3333
format: 'es',
3434
dest: 'dist/' + pack.name + '.js',
3535
});
36-
})
36+
})
3737
.catch(function logError(e) {
3838
console.log(e)
3939
});

0 commit comments

Comments
 (0)