mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Fix eslint config
This commit is contained in:
parent
f42f7d88a6
commit
c65ccd99dd
3 changed files with 265 additions and 24 deletions
11
eslint.config.js
Normal file
11
eslint.config.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import neostandard from 'neostandard'
|
||||
import eslintConfigPrettier from 'eslint-config-prettier'
|
||||
|
||||
import eslintPluginAstro from 'eslint-plugin-astro'
|
||||
|
||||
/** @type {import("eslint").Linter.Config} */
|
||||
export default [
|
||||
...neostandard(),
|
||||
eslintConfigPrettier,
|
||||
...eslintPluginAstro.configs.recommended
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue