This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse-subscriptions
mirror of
https://github.com/discourse/discourse-subscriptions.git
Watch
1
Star
0
Fork
You've already forked discourse-subscriptions
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c9cb338f9b
discourse-subscriptions
/
.eslintrc
7 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
appease eslint
2019-08-27 06:18:02 -04:00
{
"globals": {
DEV: Fix linting errors (#83) Template lint errors and broken rubocop linting.
2021-07-04 15:53:55 -04:00
"Stripe": true
DEV: Set up dependencies for workflows
2020-09-01 21:31:38 -04:00
},
"extends": "eslint-config-discourse"
appease eslint
2019-08-27 06:18:02 -04:00
}