1
0
mirror of https://github.com/thangisme/notes.git synced 2025-01-18 03:36:28 -05:00
This commit is contained in:
Patrick Marsceill 2020-04-23 23:46:41 -04:00
parent 4c022bd9ac
commit 0ba4685ee1
No known key found for this signature in database
GPG Key ID: 286B93882D828F40

View File

@ -16,6 +16,6 @@
}, },
"scripts": { "scripts": {
"test": "stylelint '**/*.scss'", "test": "stylelint '**/*.scss'",
"format": "pretter --write '**/*.{scss,js,json}'" "format": "prettier --write '**/*.{scss,js,json}'"
} }
} }