UNPKG

@azimutlabs/eslint-config-import

Version:

ESLint configuration for ES6 Imports and Exports

15 lines (11 loc) 347 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var eslintConfigImportSort = { rules: { 'sort-imports': 'off', 'simple-import-sort/imports': 'warn', 'simple-import-sort/exports': 'warn', }, }; exports.eslintConfigImportSort = eslintConfigImportSort; //# sourceMappingURL=sort.js.map