Skip to content

Commit

Permalink
Merge pull request #32 from hideki0403/develop
Browse files Browse the repository at this point in the history
release: v1.2.4
  • Loading branch information
hideki0403 authored Jun 19, 2022
2 parents ceb21aa + 872d33a commit ac123b5
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 80 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,16 @@
{
"afterColon": true
}
],
"no-else-return": "error",
"camelcase": "error",
"brace-style": "error",
"no-var": "error",
"no-multiple-empty-lines": [
"error",
{"max": 1}
]

},
"extends": [
"plugin:jsonc/recommended-with-json5"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-japanese",
"version": "1.2.3",
"version": "1.2.4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit ac123b5

Please sign in to comment.