Skip to content

Commit b737d0c

Browse files
authored
Upgrade typescript to 4.7 (#1281)
* Upgrade typescript to 4.7 * Also update eslint
1 parent 0f32b4b commit b737d0c

File tree

5 files changed

+325
-552
lines changed

5 files changed

+325
-552
lines changed

.eslintrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,12 @@ module.exports = {
204204
match: false,
205205
},
206206
},
207+
{
208+
/* Ignore properties that require quotes */
209+
selector: "objectLiteralProperty",
210+
modifiers: ["requiresQuotes"],
211+
format: null,
212+
},
207213
],
208214
},
209215
},

0 commit comments

Comments
 (0)