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