This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Commit 610b83c
committed
Move ruleURL call out of invalid point try block
On the off chance that ESLint feeds us something that is truthy that
isn't a rule it could throw a `TypeError`, so move this out of the `try`
block for invalid points.1 parent c0c469f commit 610b83c
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
243 | 248 | | |
244 | 249 | | |
245 | 250 | | |
| |||
258 | 263 | | |
259 | 264 | | |
260 | 265 | | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| |||
0 commit comments