mirror of
https://gitlab.com/mickie1/share-freedom-extension
synced 2024-12-29 15:41:23 +01:00
3 lines
69 B
Bash
3 lines
69 B
Bash
|
#!/bin/bash
|
||
|
echo "Fixing eslint 🔧 🪚 🔨"
|
||
|
npm run code:lint-fix
|