UNPKG
eslint-config-mt
Version:
latest (0.0.2)
0.0.2
0.0.1
ESLint config
github.com/git-lt/eslint-config-mt.git
git-lt/eslint-config-mt
eslint-config-mt
/
rules
/
import.js
9 lines
(8 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { rules: {
'import/no-extraneous-dependencies'
:
'off'
,
'import/no-unresolved'
:
'off'
,
'import/extensions'
:
'off'
,
'import/prefer-default-export'
:
'warn'
, }, };