Skip to content

Commit

Permalink
fix schema for prefer-lodash-method
Browse files Browse the repository at this point in the history
  • Loading branch information
ganimomer committed Oct 13, 2016
1 parent 1a819ec commit a3eb338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rules/prefer-lodash-method.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ module.exports = {
schema: [{
type: 'object',
properties: {
methods: {
ignoredMethods: {
type: 'array',
items: {
type: 'string'
}
},
objects: {
ignoredObjects: {
type: 'array',
items: {
type: 'string'
Expand Down

0 comments on commit a3eb338

Please sign in to comment.