Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 4b063f3

Browse files
committed
feat(base): add babel-module config
1 parent bcb5cc0 commit 4b063f3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/eslint-config-anvilabs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Available configs include:
6868
- `'anvilabs/babel'` for usage with [babel transformations](https://github.com/babel/babel-eslint)
6969
- `'anvilabs/flowtype'` for [Flow](https://flowtype.org/) related rules
7070
- `'anvilabs/jest'` for [Jest](https://facebook.github.io/jest/) related rules
71-
- `'anvilabs/lodash'` for [Lodash](https://lodash.com/) related rulesrules
71+
- `'anvilabs/lodash'` for [Lodash](https://lodash.com/) related rules
7272

7373
### Things to know
7474

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
settings: {
3+
'import/resolver': 'babel-module',
4+
},
5+
};

0 commit comments

Comments
 (0)