Skip to content

Commit

Permalink
[2/x] update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherny committed Nov 19, 2023
1 parent fb9f4e8 commit 9762cf0
Show file tree
Hide file tree
Showing 62 changed files with 11,974 additions and 1,359 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,16 @@ module.exports = {
}
},
rules: {
'camelcase': 'off',
camelcase: 'off',
'comma-dangle': 'off',
'dot-notation': 'off',
'lines-between-class-members': 'off',
'multiline-ternary': 'off',
'no-unused-vars': 'off',
'no-useless-constructor': 'off',
'object-curly-spacing': 'off',
'prefer-const': 'off',
'react/display-name': 'off',
'space-before-function-paren': 'off'
}
}

0 comments on commit 9762cf0

Please sign in to comment.