mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
[eslint config] [base] [breaking] enable import/no-mutable-exports
This commit is contained in:
@@ -162,8 +162,7 @@ module.exports = {
|
||||
'import/newline-after-import': 0,
|
||||
// Forbid mutable exports
|
||||
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-mutable-exports.md
|
||||
// TODO: enable
|
||||
'import/no-mutable-exports': 0,
|
||||
'import/no-mutable-exports': 2,
|
||||
},
|
||||
'settings': {
|
||||
'import/resolver': {
|
||||
|
||||
Reference in New Issue
Block a user