From 463d1a490f2ed4679f8805fa57084b4445ea40d6 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Tue, 13 Feb 2018 06:09:31 +0100 Subject: test,benchmark,doc: enable dot-notation rule This enables the eslint dot-notation rule for all code instead of only in /lib. PR-URL: https://github.com/nodejs/node/pull/18749 Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Matheus Marchini --- benchmark/misc/object-property-bench.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'benchmark/misc') diff --git a/benchmark/misc/object-property-bench.js b/benchmark/misc/object-property-bench.js index ddc6faed7f..3a181ed0a5 100644 --- a/benchmark/misc/object-property-bench.js +++ b/benchmark/misc/object-property-bench.js @@ -1,5 +1,7 @@ 'use strict'; +/* eslint-disable dot-notation */ + const common = require('../common.js'); const bench = common.createBenchmark(main, { -- cgit v1.2.3