@@ -1,7 +1,5 @@
-/* eslint-disable import/prefer-default-export */
-
import React from 'react';
-import { Provider, Subscribe } from 'unstated';
+import { Subscribe } from 'unstated';
/**
* generate K/V object by specified instances
@@ -1,4 +1,3 @@
export function hasProcessFlag(flag: string): boolean {
return process.argv.join('').indexOf(flag) > -1;
}
@@ -62,7 +62,8 @@
"recommended": true,
"style": {
"useThrowOnlyError": "error",
- "noParameterAssign": "warn"
+ "noParameterAssign": "warn",
+ "noDefaultExport": "warn"
},
"suspicious": {
"noConsole": "error",