Skip to content

Commit 47efdbe

Browse files
authored
Update README.md
Fix unordered list indentation
1 parent 42b10f5 commit 47efdbe

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ npm install eslint-plugin-import --save-dev
108108

109109
All rules are off by default. You may extend one of the canned configs, or configure them manually in your `.eslintrc.(yml|json|js)`.
110110

111-
- Extending a canned config:
111+
- Extending a canned config:
112112

113113
```yaml
114114
extends:
@@ -123,20 +123,20 @@ All rules are off by default. You may extend one of the canned configs, or confi
123123
- plugin:import/warnings
124124
```
125125

126-
- Configuring manually:
126+
- Configuring manually:
127127

128-
```yaml
129-
plugins:
130-
- import
131-
132-
rules:
133-
import/no-unresolved: [2, {commonjs: true, amd: true}]
134-
import/named: 2
135-
import/namespace: 2
136-
import/default: 2
137-
import/export: 2
138-
# etc...
139-
```
128+
```yaml
129+
plugins:
130+
- import
131+
132+
rules:
133+
import/no-unresolved: [2, {commonjs: true, amd: true}]
134+
import/named: 2
135+
import/namespace: 2
136+
import/default: 2
137+
import/export: 2
138+
# etc...
139+
```
140140

141141
## TypeScript
142142

0 commit comments

Comments
 (0)