Skip to content

Commit eec4033

Browse files
committed
make linter happy 🤖
1 parent 9bc6634 commit eec4033

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/Aviato/.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"rules": {
1010
"import/no-unresolved": "off",
1111
"import/prefer-default-export": "off",
12+
"import/extensions": "off",
1213
"react/no-multi-comp": "off",
1314
"react/prop-types": "off"
1415
}

examples/Simple/.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"rules": {
1010
"import/no-unresolved": "off",
1111
"import/prefer-default-export": "off",
12+
"import/extensions": "off",
1213
"react/no-multi-comp": "off",
1314
"react/prop-types": "off"
1415
}

0 commit comments

Comments
 (0)