This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
mirror of
https://github.com/discourse/discourse.git
Watch
1
Star
0
Fork
You've already forked discourse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f216c6d60b
discourse
/
.eslintrc
4 lines
43 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Ember 1.12 support
2015-08-11 17:34:02 -04:00
{
DEV: uses central eslint-config-discourse (#8150) * DEV: uses centrain eslint-config-discourse Discourse project or plugins can now have a central configuration by doing: `yarn add --dev eslint-config-discourse@latest` * adds postinstall script
2019-10-07 20:56:24 -04:00
"extends": "eslint-config-discourse"
Ember 1.12 support
2015-08-11 17:34:02 -04:00
}