mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 21:33:43 +08:00
1e4c0d1857
* Use `sinon` instead of `sandbox` and require an import. * You need to import `currentURL` to use it.
15 lines
268 B
Plaintext
15 lines
268 B
Plaintext
{
|
|
"extends": "eslint-config-discourse",
|
|
"rules": {
|
|
"discourse-ember/global-ember": 2
|
|
},
|
|
"globals": {
|
|
"moduleFor": "off",
|
|
"moduleForComponent": "off",
|
|
"testStart": "off",
|
|
"testDone": "off",
|
|
"sinon": "off",
|
|
"currentURL": "off",
|
|
}
|
|
}
|