Skip to content

Commit f34b92d

Browse files
committed
build: change to package-lock and fix lint error 💚
1 parent d235d11 commit f34b92d

File tree

10 files changed

+13801
-7123
lines changed

10 files changed

+13801
-7123
lines changed

‎.eslintrc.js‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ module.exports = {
77
'error',
88
{ singleQuote: true, trailingComma: 'es5', arrowParens: 'always' },
99
],
10+
'prefer-destructuring': ['error', {'object': true, 'array': false}]
1011
},
11-
};
12+
};

0 commit comments

Comments
 (0)