1
0
mirror of https://github.com/kremalicious/astro-redirect-from.git synced 2024-10-22 11:22:44 +02:00
astro-redirect-from/.eslintrc.json

13 lines
265 B
JSON
Raw Normal View History

2023-09-22 04:43:19 +02:00
{
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "prettier"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
2023-09-22 14:25:04 +02:00
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
2023-09-22 04:43:19 +02:00
}