mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-22 16:48:39 +00:00
10 lines
272 B
Bash
Executable File
10 lines
272 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. config.sh
|
|
|
|
echo "#################################################"
|
|
echo "Start js style inspection"
|
|
echo "#################################################"
|
|
|
|
npx eslint ${INSPECTION_PATH} -c ${BUILD_PATH}/Config/.eslintrc.json -o ${OUTPUT_PATH}/eslint.txt
|