Skip to content

Commit

Permalink
fix: fix resp -> response
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Jul 9, 2020
1 parent 8ed8461 commit 1712cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ module.exports = {
subs: { subscriptions: true },
rect: { rectangle: true },
obs: { observable: true, observer: true },
resp: { response: true },
// When saving a document in a variable, we usually don't mean the the global document,
// but an extension API text document. Avoid shadowing suffixes.
doc: { document: false, textDocument: true },
Expand Down

0 comments on commit 1712cb1

Please sign in to comment.