Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
chore: remove unused meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Dec 10, 2018
1 parent bee7841 commit f4f750a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions lib/rules/no-globals-in-created.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ module.exports = {
description: 'disallow `window/document` in `created/beforeCreate`',
category: 'ssr'
},
fixable: null, // or "code" or "whitespace"
schema: [
// fill in your schema
],
messages: {
noGlobals: 'Unexpected {{name}} in {{funcName}}.'
}
Expand Down
4 changes: 0 additions & 4 deletions lib/rules/no-this-in-async-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ module.exports = {
description: 'disallow `this` in asyncData',
category: 'base'
},
fixable: null, // or "code" or "whitespace"
schema: [
// fill in your schema
],
messages: {
noThis: 'Unexpected this in asyncData.'
}
Expand Down
4 changes: 0 additions & 4 deletions lib/rules/no-this-in-fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ module.exports = {
description: 'disallow `this` in fetch',
category: 'base'
},
fixable: null, // or "code" or "whitespace"
schema: [
// fill in your schema
],
messages: {
noThis: 'Unexpected this in fetch.'
}
Expand Down

0 comments on commit f4f750a

Please sign in to comment.