summaryrefslogtreecommitdiff
path: root/deps/node/benchmark/.eslintrc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/benchmark/.eslintrc.yaml')
-rw-r--r--deps/node/benchmark/.eslintrc.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/deps/node/benchmark/.eslintrc.yaml b/deps/node/benchmark/.eslintrc.yaml
deleted file mode 100644
index f8585fd7..00000000
--- a/deps/node/benchmark/.eslintrc.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-## Benchmark-specific linter rules
-
-rules:
- comma-dangle:
- - error
- - arrays: 'always-multiline'
- objects: 'only-multiline'
- imports: 'only-multiline'
- exports: 'only-multiline'
- prefer-arrow-callback: error