Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
bin
/
Filename :
lint
back
Copy
#!/bin/bash # Get early feedback from our linters by running this in a pre-commit hook. # To run as a pre-commit hook, run: # # $ echo "bin/lint" >> .git/hooks/pre-commit # $ chmod +x .git/hooks/pre-commit # # Add "AUTO_CORRECT_LINTERS=1" in your .env to enable auto-corrections # TODO: add other linter scripts script/tatl_tael yarn workspace-run lint