Skip to content

Commit ac7cd32

Browse files
committed
Update deps and rollup config.
1 parent 8b25298 commit ac7cd32

File tree

4 files changed

+1209
-963
lines changed

4 files changed

+1209
-963
lines changed

.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
module.exports = {
22
extends: 'react-app',
33

4+
rules: {
5+
'jsx-a11y/href-no-hash': 'off'
6+
},
7+
48
overrides: [
59
{
610
files: 'test/**/*.js',

0 commit comments

Comments
 (0)