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>
This commit is contained in:
parent
84f3769ab1
commit
2f1a23e5be
@ -131,7 +131,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
object: 'assert',
|
object: 'assert',
|
||||||
property: 'equal',
|
property: 'equal',
|
||||||
message: 'Use assert.astrictEqual() rather than assert.equal().',
|
message: 'Use assert.strictEqual() rather than assert.equal().',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
object: 'assert',
|
object: 'assert',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user