rats-search/format.bat
2018-06-30 02:03:43 +03:00

3 lines
190 B
Batchfile

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