yufan.me/themes/spectre/.eslintrc.json

6 lines
73 B
JSON
Raw Normal View History

2024-06-14 02:15:18 +08:00
{
"extends": "airbnb-base",
"plugins": [
"import"
]
}