update history.md for acceptParams change (#6177)
[express.git] / .eslintrc.yml
blob70bc9a6e7e1d35f522ae08b66ee856abf9c0491e
1 root: true
2 env:
3   es2022: true
4   node: true
5 rules:
6   eol-last: error
7   eqeqeq: [error, allow-null]
8   indent: [error, 2, { MemberExpression: "off", SwitchCase: 1 }]
9   no-trailing-spaces: error
10   no-unused-vars: [error, { vars: all, args: none, ignoreRestSiblings: true }]