mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-11 22:36:24 +00:00
lint: code
This commit is contained in:
@@ -5,4 +5,5 @@ module.exports = {
|
||||
tsconfigRootDir: __dirname,
|
||||
project: true,
|
||||
},
|
||||
ignorePatterns: ["web/webpack.config.js", "index.web.js"],
|
||||
};
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
import type { HybridObject } from 'react-native-nitro-modules';
|
||||
|
||||
export interface PluginManager
|
||||
extends HybridObject<{ ios: 'swift'; android: 'kotlin' }> {
|
||||
export interface PluginManager extends HybridObject<{
|
||||
ios: 'swift';
|
||||
android: 'kotlin';
|
||||
}> {
|
||||
enable(): void;
|
||||
disable(): void;
|
||||
readonly isEnabled: boolean;
|
||||
|
||||
Reference in New Issue
Block a user