UNPKG
better-auth-dashboard
Version:
beta (0.0.2-beta.0)
latest (0.0.4)
0.0.4
0.0.2
0.0.2-beta.0
A better-Auth powered admin dashboard.
better-auth-dashboard
/
eslint.config.mjs
9 lines
(7 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// @ts-check
import
eslint
from
'@eslint/js'
;
import
tseslint
from
'typescript-eslint'
;
export
default
tseslint.
config
( eslint.
configs
.
recommended
, tseslint.
configs
.
recommended
, );