mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
19f1667df6
--HG-- extra : commitid : Axo4haH85oJ
14 lines
210 B
Plaintext
14 lines
210 B
Plaintext
{
|
|
"extends": [
|
|
"../toolkit/.eslintrc"
|
|
],
|
|
|
|
"rules": {
|
|
// No redeclaring variables
|
|
"no-redeclare": 2,
|
|
|
|
// Functions must always return something or nothing
|
|
"consistent-return": 2,
|
|
}
|
|
}
|