2015-08-11 16:34:02 -05:00
|
|
|
{
|
2020-02-05 10:14:42 -06:00
|
|
|
"extends": "eslint-config-discourse",
|
|
|
|
"rules": {
|
2021-04-12 19:22:00 -05:00
|
|
|
"discourse-ember/global-ember": 2,
|
|
|
|
"eol-last": 2
|
2020-10-06 11:54:05 -05:00
|
|
|
},
|
|
|
|
"globals": {
|
|
|
|
"moduleFor": "off",
|
|
|
|
"moduleForComponent": "off",
|
|
|
|
"testStart": "off",
|
2020-10-09 11:00:46 -05:00
|
|
|
"testDone": "off",
|
2020-10-14 15:10:38 -05:00
|
|
|
"sinon": "off",
|
2020-10-23 13:20:25 -05:00
|
|
|
"currentURL": "off",
|
2020-10-27 13:54:38 -05:00
|
|
|
"invisible": "off",
|
|
|
|
"visible": "off",
|
2021-01-22 08:48:23 -06:00
|
|
|
"count": "off"
|
2020-02-05 10:14:42 -06:00
|
|
|
}
|
2015-08-11 16:34:02 -05:00
|
|
|
}
|