This commit is contained in:
Alexey Kasyanchuk
2018-06-17 13:35:07 +03:00
parent f09c6ab43f
commit 93b1b91f56
4 changed files with 599 additions and 0 deletions

2
format.bat Normal file
View File

@ -0,0 +1,2 @@
"d:\Program Files\Git\bin\bash.exe" -c "find src -name '*.js' ! -type d -exec bash -c 'expand -t 4 \"$0\" > /tmp/e && mv /tmp/e \"$0\"' {} \;"
node_modules\.bin\eslint --fix src