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