mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Enable more ESLint-plugin-Meteor rules
This commit is contained in:
parent
6e87d50941
commit
c9130324f6
1 changed files with 7 additions and 3 deletions
10
.eslintrc
10
.eslintrc
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue