UNPKG

@azimutlabs/eslint-config-import

Version:

ESLint configuration for ES6 Imports and Exports

16 lines (12 loc) 477 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var eslintConfigImportDeclarations = { rules: { // Report potentially ambiguous parse goal (script vs. module). 'import/unambiguous': 'off', // Ensure named imports correspond to a named export in the remote file. 'import/named': 'off', }, }; exports.eslintConfigImportDeclarations = eslintConfigImportDeclarations; //# sourceMappingURL=declarations.js.map