1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

* update semicolon style

This commit is contained in:
shimataro 2020-02-26 08:14:05 +09:00
parent d57755e486
commit 8fc26eca35
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -146,6 +146,7 @@ rules: # https://eslint.org/docs/rules/
no-extra-bind: error no-extra-bind: error
no-extra-label: error no-extra-label: error
no-extra-parens: error no-extra-parens: error
no-extra-semi: error
no-floating-decimal: error no-floating-decimal: error
no-implicit-coercion: error no-implicit-coercion: error
no-implicit-globals: error no-implicit-globals: error