mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-30 03:23:48 +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,
|
allowExpressions: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"no-constant-condition": [
|
// "no-constant-condition": [
|
||||||
"error",
|
// "error",
|
||||||
{
|
// {
|
||||||
checkLoops: false,
|
// checkLoops: false,
|
||||||
},
|
// },
|
||||||
],
|
// ],
|
||||||
"no-empty": [
|
"no-empty": [
|
||||||
"off",
|
"off",
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user