Rollup merge of #96835 - GuillaumeGomez:eslint-rules, r=notriddle
Add more eslint rules Slowly continuing to enforce more rules with eslint. Part of https://github.com/rust-lang/rust/issues/93058. r? `@notriddle`
This commit is contained in:
commit
43b3a491f5
@ -21,6 +21,11 @@ module.exports = {
|
||||
"error",
|
||||
"double"
|
||||
],
|
||||
"linebreak-style": [
|
||||
"error",
|
||||
"unix"
|
||||
],
|
||||
"no-trailing-spaces": "error",
|
||||
"no-var": ["error"],
|
||||
"prefer-const": ["error"],
|
||||
"prefer-arrow-callback": ["error"],
|
||||
|
Loading…
Reference in New Issue
Block a user