Repository URL to install this package:
|
Version:
1.4.1 ▾
|
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;