mirror of
https://gitlab.com/mickie1/share-freedom-extension
synced 2025-01-30 02:35:16 +01:00
3 lines
69 B
Bash
3 lines
69 B
Bash
|
#!/bin/bash
|
||
|
echo "Fixing eslint 🔧 🪚 🔨"
|
||
|
npm run code:lint-fix
|