We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc6634 commit eec4033Copy full SHA for eec4033
examples/Aviato/.eslintrc
@@ -9,6 +9,7 @@
9
"rules": {
10
"import/no-unresolved": "off",
11
"import/prefer-default-export": "off",
12
+ "import/extensions": "off",
13
"react/no-multi-comp": "off",
14
"react/prop-types": "off"
15
}
examples/Simple/.eslintrc
0 commit comments