mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-23 01:05:07 +02:00
11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"plugins": ["solid"],
|
|
"extends": [
|
|
"plugin:@typescript-eslint/recommended",
|
|
"plugin:solid/typescript"
|
|
]
|
|
}
|