mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 11:12:54 +02:00
initial environment setup
This commit is contained in:
commit
9d2be2a82e
15 changed files with 13276 additions and 0 deletions
15
eslint.config.mjs
Normal file
15
eslint.config.mjs
Normal file
|
@ -0,0 +1,15 @@
|
|||
import antfu from '@antfu/eslint-config'
|
||||
|
||||
export default antfu(
|
||||
{
|
||||
unocss: true,
|
||||
typescript: true,
|
||||
astro: true,
|
||||
rules: {
|
||||
'style/max-len': 'off',
|
||||
'no-console': 'warn',
|
||||
'unocss/order': 'error',
|
||||
'unocss/order-attributify': 'error',
|
||||
},
|
||||
},
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue