1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 04:07:14 +03:00
This commit is contained in:
zeot 2018-11-16 19:21:06 +03:00
parent 935ba0883f
commit ad964861a4

View File

@ -23,7 +23,8 @@
"space-before-function-paren": true,
"whitespace": [true, "check-module"],
"trailing-comma": false,
"variable-name": false
"variable-name": false,
"ordered-imports" : false
},
"rulesDirectory": []
}