Skip to content

Commit

Permalink
Merge pull request #294 from FostUK/es6-import-extensions
Browse files Browse the repository at this point in the history
Add file extensions to imports
  • Loading branch information
lancedikson authored Mar 2, 2019
2 parents bc8d932 + bf067ec commit a81b8c0
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 141 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ extends: airbnb-base
rules:
no-underscore-dangle: 0
no-void: 0
import/extensions:
- 'error'
- 'ignorePackages'
- {js: 'always'}

plugins:
- ava
- import
Loading

0 comments on commit a81b8c0

Please sign in to comment.