Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
'import/prefer-default-export': 'off' because ts doesn't like 'export…
Browse files Browse the repository at this point in the history
… default exports'
  • Loading branch information
andreineculau committed Nov 26, 2019
1 parent cd3e82f commit 5e12c96
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configs/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@ module.exports = {

// -------------------------------------------------------------------------

// NOTE we assume eslint-plugin-import is still loaded

'import/prefer-default-export': 'off',

// -------------------------------------------------------------------------

// NOTE we assume eslint-plugin-lodash is still loaded

'lodash/prefer-noop': 'off',
Expand Down

0 comments on commit 5e12c96

Please sign in to comment.