mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 11:18:04 -05:00
[eslint config] [base] [fix] correct import/extensions list.
From b45fdcd60f / fixes #1013.
This commit is contained in:
@@ -17,7 +17,8 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
'import/extensions': [
|
||||
'node_modules',
|
||||
'.js',
|
||||
'.jsx',
|
||||
],
|
||||
'import/core-modules': [
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user