mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 06:21:46 +01:00
Tooling: Eslint force triple equals
This commit is contained in:
parent
fc5525ec4a
commit
2104570889
2 changed files with 4 additions and 2 deletions
|
@ -31,6 +31,7 @@
|
||||||
"prefer-const": 1,
|
"prefer-const": 1,
|
||||||
"prefer-rest-params": 1,
|
"prefer-rest-params": 1,
|
||||||
"quotes": [1, "single", { "allowTemplateLiterals": true }],
|
"quotes": [1, "single", { "allowTemplateLiterals": true }],
|
||||||
"semi": 1
|
"semi": 1,
|
||||||
|
"eqeqeq": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
"prefer-const": 1,
|
"prefer-const": 1,
|
||||||
"prefer-rest-params": 1,
|
"prefer-rest-params": 1,
|
||||||
"quotes": [1, "single", { "allowTemplateLiterals": true }],
|
"quotes": [1, "single", { "allowTemplateLiterals": true }],
|
||||||
"semi": 1
|
"semi": 1,
|
||||||
|
"eqeqeq": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue