Skip to content

Commit 24a83f1

Browse files
committed
slice, dice and linting
1 parent e08bbed commit 24a83f1

File tree

9 files changed

+1388
-53
lines changed

9 files changed

+1388
-53
lines changed

.eslintrc.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module.exports = {
2+
extends: 'airbnb-base',
3+
plugins: ['import'],
4+
rules: {
5+
'class-methods-use-this': 'off',
6+
'arrow-parens': 'off',
7+
'arrow-body-style': 'off',
8+
'function-paren-newline': 'off',
9+
},
10+
};

0 commit comments

Comments
 (0)