Skip to content

Commit

Permalink
[eslint config] [base] [breaking] re-disable import/extensions rule
Browse files Browse the repository at this point in the history
  • Loading branch information
talentdev219 committed Jun 21, 2016
1 parent 146e2d3 commit 324b107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-config-airbnb-base/rules/imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ module.exports = {

// Ensure consistent use of file extension within the import path
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/extensions.md
'import/extensions': [2, 'never'],
// TODO: enable when https://github.com/benmosher/eslint-plugin-import/issues/390 is resolved
'import/extensions': [0, 'never'],

// Enforce a convention in module import order
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/order.md
Expand Down

0 comments on commit 324b107

Please sign in to comment.