Skip to content

Commit 1712cb1

Browse files
committed
fix: fix resp -> response
1 parent 8ed8461 commit 1712cb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ module.exports = {
270270
subs: { subscriptions: true },
271271
rect: { rectangle: true },
272272
obs: { observable: true, observer: true },
273+
resp: { response: true },
273274
// When saving a document in a variable, we usually don't mean the the global document,
274275
// but an extension API text document. Avoid shadowing suffixes.
275276
doc: { document: false, textDocument: true },

0 commit comments

Comments
 (0)