diff options
author | Cashew <52880648+Scrub1492@users.noreply.github.com> | 2024-02-10 12:32:55 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-10 05:32:55 +0000 |
commit | 6c8892e031b8ba9b62e2746f7807b5dafb2b984b (patch) | |
tree | 67754e47b8ebe0815a8fa425fe95d2e6c7c18c66 /ext/data/schemas | |
parent | 884f2a0b9d81ffb41e0df46d2b16c2e102f93435 (diff) |
Add eslint eol-last rule (#662)
* add eol-last eslint rule
* fix lint
* update css-json.test
Diffstat (limited to 'ext/data/schemas')
5 files changed, 5 insertions, 5 deletions
diff --git a/ext/data/schemas/dictionary-index-schema.json b/ext/data/schemas/dictionary-index-schema.json index 98b27143..56726668 100644 --- a/ext/data/schemas/dictionary-index-schema.json +++ b/ext/data/schemas/dictionary-index-schema.json @@ -87,4 +87,4 @@ "required": ["version"] } ] -}
\ No newline at end of file +} diff --git a/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json b/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json index 1cd80565..bdbddf9b 100644 --- a/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json @@ -49,4 +49,4 @@ } ] } -}
\ No newline at end of file +} diff --git a/ext/data/schemas/dictionary-tag-bank-v3-schema.json b/ext/data/schemas/dictionary-tag-bank-v3-schema.json index af8844e8..f3a2f89b 100644 --- a/ext/data/schemas/dictionary-tag-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-tag-bank-v3-schema.json @@ -32,4 +32,4 @@ } ] } -}
\ No newline at end of file +} diff --git a/ext/data/schemas/dictionary-term-bank-v3-schema.json b/ext/data/schemas/dictionary-term-bank-v3-schema.json index 77df3071..40a326f6 100644 --- a/ext/data/schemas/dictionary-term-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-term-bank-v3-schema.json @@ -586,4 +586,4 @@ } ] } -}
\ No newline at end of file +} diff --git a/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json b/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json index 89709a9e..2dfbdb74 100644 --- a/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json @@ -215,4 +215,4 @@ } ] } -}
\ No newline at end of file +} |