cleanup rule meta data, add links when possible

This commit is contained in:
Johannes Rieken
2019-12-31 11:32:41 +01:00
parent 50d16a37d9
commit 324764a4df
12 changed files with 28 additions and 34 deletions

View File

@@ -14,8 +14,6 @@ function isDoubleQuoted(node) {
module.exports = new (_a = class NoUnexternalizedStrings {
constructor() {
this.meta = {
type: 'problem',
schema: {},
messages: {
doubleQuoted: 'Only use double-quoted strings for externalized strings.',
badKey: 'The key \'{{key}}\' doesn\'t conform to a valid localize identifier.',