Skip to content

Commit 21d9d08

Browse files
authored
Update README.md
1 parent 390e50a commit 21d9d08

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 🌀 eslint-config-netzkern-base
22

3-
This package provides netzkern base JS .eslintrc as an extensible shared config.
3+
> This package provides netzkern base JS .eslintrc as an extensible shared config.
4+
5+
- Extends [babel-preset-airbnb](https://github.com/airbnb/babel-preset-airbnb) for babel settings
46

57
## Usage
68

@@ -75,6 +77,10 @@ Lints ES5 and below. Requires `eslint` and `eslint-plugin-import`.
7577

7678
See [ESlint config docs](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) for more information.
7779

80+
## Targeting Environments
81+
82+
[Details](https://github.com/airbnb/babel-preset-airbnb#targeting-environments)
83+
7884
## Improving this config
7985

8086
Consider adding test cases if you're making complicated rules changes, like anything involving regexes. Perhaps in a distant future, we could use literate programming to structure our README as test cases for our .eslintrc?

0 commit comments

Comments
 (0)