Add prettier-plugin-import-sort

This commit is contained in:
Sky Leite
2023-02-02 18:49:57 -03:00
parent 52777bc2a4
commit 1320b13507
+1
View File
@@ -40,6 +40,7 @@ jobs:
with:
dry: True
prettier_options: --config ./frontend/.prettierrc.js --check
prettier_plugins: "prettier-plugin-import-sort"
- name: Run ruff (Python)
uses: jpetrucciani/ruff-check@0.0.239