Skip to content

Commit 3a32a3e

Browse files
committed
make linter happy 🤖
1 parent 4079834 commit 3a32a3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/Aviato/.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
}
88
},
99
"rules": {
10+
"import/no-unresolved": "off",
1011
"import/prefer-default-export": "off",
11-
"react/prop-types": "off",
1212
"react/no-multi-comp": "off",
13+
"react/prop-types": "off"
1314
}
1415
}

0 commit comments

Comments
 (0)