-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* patch release v1.4.1 * format * update
- Loading branch information
Showing
4 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@intlify/eslint-plugin-vue-i18n", | ||
"description": "ESLint plugin for Vue I18n", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"author": { | ||
"name": "kazuya kawaguchi", | ||
"email": "[email protected]" | ||
|
@@ -109,7 +109,7 @@ | |
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html", | ||
"docs": "npm run build && vuepress dev docs", | ||
"docs:build": "npm run build && vuepress build docs", | ||
"generate": "ts-node scripts/update.ts && npm run format", | ||
"generate": "ts-node scripts/update.ts", | ||
"lint": "eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"", | ||
"lint-fix": "eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\" --fix", | ||
"lint:docs": "prettier docs --check", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters