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