lint also tests folder
This commit is contained in:
parent
8dc7cfecf9
commit
c086cd2087
@ -1,2 +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
|
||||
"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
|
||||
|
Loading…
Reference in New Issue
Block a user