@intlify/eslint-plugin-vue-i18n
Advanced tools
Comparing version 3.0.0-next.12 to 3.0.0-next.13
@@ -22,2 +22,3 @@ "use strict"; | ||
rules: { | ||
'@intlify/vue-i18n/no-deprecated-tc': 'warn', | ||
'@intlify/vue-i18n/no-html-messages': 'warn', | ||
@@ -24,0 +25,0 @@ '@intlify/vue-i18n/no-missing-keys': 'warn', |
@@ -16,2 +16,3 @@ "use strict"; | ||
rules: { | ||
'@intlify/vue-i18n/no-deprecated-tc': 'warn', | ||
'@intlify/vue-i18n/no-html-messages': 'warn', | ||
@@ -18,0 +19,0 @@ '@intlify/vue-i18n/no-missing-keys': 'warn', |
@@ -31,8 +31,8 @@ "use strict"; | ||
meta: { | ||
type: 'suggestion', | ||
type: 'problem', | ||
docs: { | ||
description: 'disallow using deprecated `tc` or `$tc` (Deprecated in Vue I18n 10.0.0, removed fully in Vue I18n 11.0.0)', | ||
category: 'Best Practices', | ||
category: 'Recommended', | ||
url: 'https://eslint-plugin-vue-i18n.intlify.dev/rules/no-deprecated-tc.html', | ||
recommended: false | ||
recommended: true | ||
}, | ||
@@ -39,0 +39,0 @@ fixable: null, |
{ | ||
"name": "@intlify/eslint-plugin-vue-i18n", | ||
"description": "ESLint plugin for Vue I18n", | ||
"version": "3.0.0-next.12", | ||
"version": "3.0.0-next.13", | ||
"license": "MIT", | ||
@@ -30,3 +30,3 @@ "homepage": "https://github.com/intlify/eslint-plugin-vue-i18n#readme", | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
@@ -91,3 +91,3 @@ "packageManager": "pnpm@8.15.8", | ||
"monaco-editor": "^0.48.0", | ||
"npm-run-all2": "6.1.2", | ||
"npm-run-all2": "6.2.0", | ||
"nyc": "^15.1.0", | ||
@@ -104,3 +104,3 @@ "opener": "^1.5.2", | ||
"peerDependencies": { | ||
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0-0" | ||
"eslint": "^8.0.0 || ^9.0.0-0" | ||
}, | ||
@@ -107,0 +107,0 @@ "publishConfig": { |
225594
5788