Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aletrn
/
driver.js
like
0
Running
App
Files
Files
Community
63b089b
driver.js
/
.lintstagedrc
kamrify
Add basic highlight functionality
aa3b624
about 2 years ago
raw
Copy download link
history
blame
104 Bytes
{
".
/**/
*.{ts,
html
,json}":
"npm run format:scripts"
,
"./**/*.{css,scss}"
:
"npm run format:styles"
}