Repository URL to install this package:
|
Version:
2.0.2 ▾
|
"use strict";
module.exports = {
/**
* @todo define in the consumer...
* @see http://eslint.org/docs/user-guide/configuring#specifying-environments
*/
env: {
es6: true,
node: true,
browser: true,
jest: true,
},
/**
* @see http://eslint.org/docs/user-guide/configuring#specifying-parser-options
*/
parserOptions: {
ecmaVersion: 2019,
sourceType: 'module',
ecmaFeatures: {
jsx: true,
modules: true,
impliedStrict: true,
},
},
};
//# sourceMappingURL=baseConfig.js.map