2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00
discourse/.eslintrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
133 B
Text
Raw Normal View History

2015-08-11 17:34:02 -04:00
{
"extends": "eslint-config-discourse",
"plugins": ["discourse-ember"],
"rules": {
"discourse-ember/global-ember": 2
}
2015-08-11 17:34:02 -04:00
}