2025-09-06 14:58:25 +02:00
|
|
|
declare module '@techknowlogick/license-checker-webpack-plugin' {
|
|
|
|
|
const plugin: any;
|
2025-09-14 18:15:06 +02:00
|
|
|
export = plugin;
|
|
|
|
|
}
|
|
|
|
|
declare module 'eslint-plugin-no-use-extend-native' {
|
|
|
|
|
import type {Eslint} from 'eslint';
|
|
|
|
|
const plugin: Eslint.Plugin;
|
|
|
|
|
export = plugin;
|
|
|
|
|
}
|
|
|
|
|
declare module 'eslint-plugin-array-func' {
|
|
|
|
|
import type {Eslint} from 'eslint';
|
|
|
|
|
const plugin: Eslint.Plugin;
|
|
|
|
|
export = plugin;
|
|
|
|
|
}
|
|
|
|
|
declare module 'eslint-plugin-github' {
|
|
|
|
|
import type {Eslint} from 'eslint';
|
|
|
|
|
const plugin: Eslint.Plugin;
|
|
|
|
|
export = plugin;
|
|
|
|
|
}
|