Skip to content

Commit 79dae72

Browse files
committed
merged with dev
2 parents db7d72e + c6364cd commit 79dae72

24 files changed

+1051
-32675
lines changed

.eslintrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ module.exports = {
3535
// allow paren-less arrow functions
3636
'arrow-parens': 'off',
3737
'one-var': 'off',
38-
38+
'semi': 'off',
39+
'quotes': 'off',
40+
'space-before-function-paren': 'off',
3941
'import/first': 'off',
4042
'import/named': 'error',
4143
'import/namespace': 'error',

0 commit comments

Comments
 (0)