feat: add rule preset: guide

This preset will be used in the Meteor guide.
This commit is contained in:
Dominik Ferber
2016-03-11 10:28:01 +01:00
parent 4361fe4401
commit c505ada789

View File

@@ -29,4 +29,7 @@ export const configs = {
'meteor/template-names': 2,
},
},
guide: {
rules: {},
},
}