Enable more ESLint-plugin-Meteor rules

This commit is contained in:
Dominik Ferber 2015-10-27 18:34:09 +01:00
parent 6e87d50941
commit c9130324f6

View file

@ -51,17 +51,21 @@ rules:
prefer-template: 2
# eslint-plugin-meteor
## Meteor API
meteor/globals: 2
meteor/no-zero-timeout: 2
meteor/no-session: 0
meteor/pubsub: 2
meteor/core: 2
meteor/pubsub: 2
meteor/methods: 2
meteor/check: 2
meteor/connections: 2
meteor/collections: 2
meteor/session: [2, 'no-equal']
## Best practices
meteor/no-session: 0
meteor/no-zero-timeout: 2
meteor/no-blaze-lifecycle-assignment: 2
settings:
meteor: