File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,17 @@ module.exports = {
184
184
185
185
See also < https://github.com/ota-meshi/svelte-eslint-parser#readme > .
186
186
187
+ ::: warning ❗ Attention
188
+
189
+ The TypeScript parser uses a singleton internally and it will only use the
190
+ options given to it when it was first initialized. If trying to change the
191
+ options for a different file or override, the parser will simply ignore the new
192
+ options (which may result in an error). See
193
+ [ typescript-eslint/typescript-eslint #6778 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/6778 )
194
+ for some context.
195
+
196
+ :::
197
+
187
198
#### settings.svelte
188
199
189
200
You can change the behavior of this plugin with some settings.
Original file line number Diff line number Diff line change @@ -137,6 +137,17 @@ module.exports = {
137
137
138
138
See also < https://github.com/ota-meshi/svelte-eslint-parser#readme > .
139
139
140
+ ::: warning ❗ Attention
141
+
142
+ The TypeScript parser uses a singleton internally and it will only use the
143
+ options given to it when it was first initialized. If trying to change the
144
+ options for a different file or override, the parser will simply ignore the new
145
+ options (which may result in an error). See
146
+ [ typescript-eslint/typescript-eslint #6778 ] ( https://github.com/typescript-eslint/typescript-eslint/issues/6778 )
147
+ for some context.
148
+
149
+ :::
150
+
140
151
#### settings.svelte
141
152
142
153
You can change the behavior of this plugin with some settings.
You can’t perform that action at this time.
0 commit comments