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 / getGlobalConfig.js
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var getGlobalConfig = function () { return ({
    env: {
        'jest/globals': true,
    },
    parserOptions: {
        ecmaVersion: 2020,
        sourceType: 'module',
    },
    settings: {
        jest: {
            version: 26,
        },
    },
}); };
exports.default = getGlobalConfig;