deactivate import until import/export works
This commit is contained in:
parent
26fee607d0
commit
be41f53508
6
index.js
6
index.js
@ -297,9 +297,9 @@ module.exports = {
|
||||
'error',
|
||||
{ contexts: ['Properties'] }
|
||||
],
|
||||
'jsdoc/require-description': 'error',
|
||||
'jsdoc/require-description': 'error'/*,
|
||||
|
||||
// import
|
||||
// import (deactivated until wide adoption of es6 import/export)
|
||||
'import/no-unresolved': 'error',
|
||||
'import/named': 'error',
|
||||
'import/default': 'error',
|
||||
@ -331,7 +331,7 @@ module.exports = {
|
||||
'import/no-unassigned-import': 'error',
|
||||
'import/no-named-default': 'error',
|
||||
'import/no-anonymous-default-export': 'error',
|
||||
'import/group-exports': 'error'
|
||||
'import/group-exports': 'error' */
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user