summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/source-code/source-code.js
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2020-02-28 17:07:33 -0500
committerAnna Henningsen <anna@addaleax.net>2020-03-11 16:42:38 +0100
commit2348ca0ce49d3f4291963b24acfbd88f12e13488 (patch)
treee601e2073b4b58d4d58e89178abe5c0ad0f5941e /tools/node_modules/eslint/lib/source-code/source-code.js
parent7eaa813fcf1488cd5bf24e922828fab417739676 (diff)
downloadnode-new-2348ca0ce49d3f4291963b24acfbd88f12e13488.tar.gz
tools: update ESLint to 7.0.0-alpha.1
Update ESLint to 7.0.0-alpha.1 PR-URL: https://github.com/nodejs/node/pull/31400 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/lib/source-code/source-code.js')
-rw-r--r--tools/node_modules/eslint/lib/source-code/source-code.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/source-code/source-code.js b/tools/node_modules/eslint/lib/source-code/source-code.js
index 30b4e9ab5c..591d5a7e45 100644
--- a/tools/node_modules/eslint/lib/source-code/source-code.js
+++ b/tools/node_modules/eslint/lib/source-code/source-code.js
@@ -121,7 +121,7 @@ function isSpaceBetween(sourceCode, first, second, checkInsideOfJSXText) {
currentToken.range[1] !== nextToken.range[0] ||
/*
- * For backward compatibility, check speces in JSXText.
+ * For backward compatibility, check spaces in JSXText.
* https://github.com/eslint/eslint/issues/12614
*/
(