summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorChristopher Hiller <boneskull@boneskull.com>2018-06-21 10:34:17 -0700
committerRich Trott <rtrott@gmail.com>2018-06-21 16:20:25 -0700
commit2f1a23e5be9e1774a579d4201da24adaf3df2f1e (patch)
tree385ddf81f523a6a77dc8f2fda64a5e46c0ca6a29 /.eslintrc.js
parent84f3769ab1a0d3013b391f87b77f3106f991dbfc (diff)
downloadandroid-node-v8-2f1a23e5be9e1774a579d4201da24adaf3df2f1e.tar.gz
android-node-v8-2f1a23e5be9e1774a579d4201da24adaf3df2f1e.tar.bz2
android-node-v8-2f1a23e5be9e1774a579d4201da24adaf3df2f1e.zip
tools: fix typo in .eslintrc.js
Refs: https://github.com/nodejs/node/pull/18566 PR-URL: https://github.com/nodejs/node/pull/21449 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index a779517907..c076ba7979 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -131,7 +131,7 @@ module.exports = {
{
object: 'assert',
property: 'equal',
- message: 'Use assert.astrictEqual() rather than assert.equal().',
+ message: 'Use assert.strictEqual() rather than assert.equal().',
},
{
object: 'assert',