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 /.eslintrc.json | |
parent | 884f2a0b9d81ffb41e0df46d2b16c2e102f93435 (diff) |
Add eslint eol-last rule (#662)
* add eol-last eslint rule
* fix lint
* update css-json.test
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 440fe53b..5b6ebd05 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -84,6 +84,7 @@ "@stylistic/comma-dangle": ["error", "never"], "@stylistic/comma-spacing": ["error", {"before": false, "after": true}], "@stylistic/computed-property-spacing": ["error", "never"], + "@stylistic/eol-last": ["error", "always"], "@stylistic/func-call-spacing": ["error", "never"], "@stylistic/function-paren-newline": ["error", "multiline-arguments"], "@stylistic/generator-star-spacing": ["error", "before"], |