This commit is contained in:
2023-04-30 17:39:03 +03:00
parent 51dbf116c1
commit c52b91c007
12 changed files with 2097 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ fi
# editorconfig
echo "Checking by EditorConfig..."
ec . &> /dev/null
ec -exclude 'node_modules' . &> /dev/null
if [[ "$?" == 0 ]]; then
echo "✅ EditorConfig"