mirror of https://github.com/nodejs/node.git
tools: simplify eslint comma-dangle configuration (tools)
Remove the comma-dangle settings in tools/.eslintrc.yaml. They are duplicated in .eslintrc.js. PR-URL: https://github.com/nodejs/node/pull/37883 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>pull/37883/head
parent
290c158018
commit
32296fa193
|
@ -8,12 +8,6 @@ rules:
|
|||
- properties: 'never'
|
||||
ignoreDestructuring: true
|
||||
allow: ['child_process']
|
||||
comma-dangle:
|
||||
- error
|
||||
- arrays: 'always-multiline'
|
||||
objects: 'only-multiline'
|
||||
imports: 'only-multiline'
|
||||
exports: 'only-multiline'
|
||||
no-unused-vars: [error, { args: 'after-used' }]
|
||||
prefer-arrow-callback: error
|
||||
no-var: error
|
||||
|
|
Loading…
Reference in New Issue