File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ Note that this config _only_ turns rules _off,_ so it only makes sense using it
14
14
- [ Installation] ( #installation )
15
15
- [ Excluding deprecated rules] ( #excluding-deprecated-rules )
16
16
- [ CLI helper tool] ( #cli-helper-tool )
17
- - [ Example configuration] ( #example-configuration )
18
17
- [ Special rules] ( #special-rules )
19
18
- [ arrow-body-style and prefer-arrow-callback] ( #arrow-body-style-and-prefer-arrow-callback )
20
19
- [ curly] ( #curly )
@@ -135,49 +134,6 @@ Exit codes:
135
134
- 1: Unexpected error.
136
135
- 2: Conflicting rules found.
137
136
138
- ## Example configuration
139
-
140
- <!-- prettier-ignore -->
141
- ``` json
142
- {
143
- "extends" : [
144
- " standard" ,
145
- " plugin:@typescript-eslint/recommended" ,
146
- " plugin:flowtype/recommended" ,
147
- " plugin:react/recommended" ,
148
- " plugin:unicorn/recommended" ,
149
- " plugin:vue/recommended" ,
150
- " prettier" ,
151
- " prettier/@typescript-eslint" ,
152
- " prettier/babel" ,
153
- " prettier/flowtype" ,
154
- " prettier/react" ,
155
- " prettier/standard" ,
156
- " prettier/unicorn" ,
157
- " prettier/vue"
158
- ],
159
- "plugins" : [
160
- " @typescript-eslint" ,
161
- " babel" ,
162
- " flowtype" ,
163
- " react" ,
164
- " standard" ,
165
- " unicorn" ,
166
- " vue"
167
- ],
168
- "parserOptions" : {
169
- "sourceType" : " module" ,
170
- "ecmaFeatures" : {
171
- "jsx" : true
172
- }
173
- },
174
- "env" : {
175
- "es6" : true ,
176
- "node" : true
177
- }
178
- }
179
- ```
180
-
181
137
## Special rules
182
138
183
139
There a few rules that eslint-config-prettier disables that actually can be enabled in some cases.
You can’t perform that action at this time.
0 commit comments