mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
remove unused lint rules
This commit is contained in:
parent
ae982c58bd
commit
2f029e94b4
12
.eslintrc.js
12
.eslintrc.js
@ -29,12 +29,12 @@ module.exports = {
|
||||
allowExpressions: true,
|
||||
},
|
||||
],
|
||||
"no-constant-condition": [
|
||||
"error",
|
||||
{
|
||||
checkLoops: false,
|
||||
},
|
||||
],
|
||||
// "no-constant-condition": [
|
||||
// "error",
|
||||
// {
|
||||
// checkLoops: false,
|
||||
// },
|
||||
// ],
|
||||
"no-empty": [
|
||||
"off",
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user