mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 20:43:39 +08:00
3862036422
I also took the opportunity with this commit to move some test specific stuff out of `discourse-loader` which is loaded on the front end of the application. The test module building now happens in the `test_helper` bundle.
14 lines
242 B
Plaintext
14 lines
242 B
Plaintext
{
|
|
"extends": "eslint-config-discourse",
|
|
"rules": {
|
|
"discourse-ember/global-ember": 2
|
|
},
|
|
"globals": {
|
|
"moduleFor": "off",
|
|
"moduleForComponent": "off",
|
|
"testStart": "off",
|
|
"testDone": "off",
|
|
"sinon": "off"
|
|
}
|
|
}
|