build: mocha@8.2.1
[express.git] / .eslintrc.yml
blob5b11e9fd8445b16e2f249d19070f3107513a6148
1 root: true
3 rules:
4   eol-last: error
5   eqeqeq: [error, allow-null]
6   indent: [error, 2, { SwitchCase: 1 }]
7   no-trailing-spaces: error
8   no-unused-vars: [error, { vars: all, args: none, ignoreRestSiblings: true }]