* build: update stylint and eslint thresholds * Removed stylint threshold * Update test_stylelint.py * fix: fix eslint issues
5 lines
57 B
Bash
Executable File
5 lines
57 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
export ESLINT_THRESHOLD=4950
|