mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:06:26 +08:00
14 lines
243 B
Plaintext
14 lines
243 B
Plaintext
{
|
|
"extends": "eslint-config-discourse",
|
|
"rules": {
|
|
"discourse-ember/global-ember": 2
|
|
},
|
|
"globals": {
|
|
"moduleFor": "off",
|
|
"moduleForComponent": "off",
|
|
"testStart": "off",
|
|
"testDone": "off",
|
|
"sinon": "off",
|
|
}
|
|
}
|