Exclude failing import
This commit is contained in:
@@ -18,6 +18,13 @@
|
|||||||
// Prettier automatically uses the least amount of parens possible, so this
|
// Prettier automatically uses the least amount of parens possible, so this
|
||||||
// does more harm than good.
|
// does more harm than good.
|
||||||
"no-mixed-operators": "off",
|
"no-mixed-operators": "off",
|
||||||
|
// Temporary fix for a failing import lint
|
||||||
|
"import/no-unresolved": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"ignore": [ "slate-drop-or-paste-images" ]
|
||||||
|
}
|
||||||
|
],
|
||||||
// Flow
|
// Flow
|
||||||
"flowtype/require-valid-file-annotation": [
|
"flowtype/require-valid-file-annotation": [
|
||||||
2,
|
2,
|
||||||
|
|||||||
Reference in New Issue
Block a user