ci: remove prettier and use eslint for formatting
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import { defineNuxtPlugin } from '#app'
|
||||
export default defineNuxtPlugin(({ $pinia }) => {
|
||||
$pinia.use(
|
||||
createPersistedState({
|
||||
key: (id) => `dancefinder_${id}`
|
||||
key: id => `dancefinder_${id}`
|
||||
})
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user