Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@kv/eslint-config / lib / utils / getGlobalConfig.d.ts
Size: Mime:
declare const getGlobalConfig: () => {
    env: {
        'jest/globals': boolean;
    };
    parserOptions: {
        ecmaVersion: number;
        sourceType: string;
    };
    settings: {
        jest: {
            version: number;
        };
        'import/external-module-folders': string[];
        'import/parsers': {
            '@typescript-eslint/parser': string[];
        };
    };
};
export default getGlobalConfig;