molmoda / data /utils /lint_all.sh
introvoyz041's picture
Migrated from GitHub
71174bc verified
python3 validate.py
echo "UNUSED EXPORTS:"
cd ../
node_modules/ts-unused-exports/bin/ts-unused-exports tsconfig.json $(find src/ -type f | grep -v "\.old" | grep "\.ts\|\.vue") | grep -v ": default$"
cd -
cd ../
npx eslint "./src/**/{*.ts,*.vue}"