This commit is contained in:
0xazure 2022-02-14 17:38:40 +05:30 committed by GitHub
commit 9340360ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
"sourceType": "module"
},
"rules": {
"eol-last": [
"error",
"always"
],
"indent": [
"error",
2