mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Login/Logout/Forgor flows
This commit is contained in:
parent
5d04693a09
commit
af4c629047
18 changed files with 298 additions and 129 deletions
|
|
@ -3,7 +3,7 @@ import eslintConfigPrettier from 'eslint-config-prettier'
|
|||
|
||||
import eslintPluginAstro from 'eslint-plugin-astro'
|
||||
|
||||
const neoConfig = neostandard({ ignores: resolveIgnoresFromGitignore(), noStyle: true, ts: true})
|
||||
const neoConfig = neostandard({ ignores: resolveIgnoresFromGitignore(), noStyle: true, ts: true })
|
||||
|
||||
/** @type {import("eslint").Linter.Config} */
|
||||
export default [
|
||||
|
|
@ -15,6 +15,7 @@ export default [
|
|||
'no-undef': 'error'
|
||||
}
|
||||
},
|
||||
{ env: { browser: true } },
|
||||
...eslintPluginAstro.configs.recommended,
|
||||
eslintConfigPrettier,
|
||||
eslintConfigPrettier
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue