1
0
Fork 1
mirror of https://example.com synced 2024-11-22 22:56:41 +09:00
firefish/packages/client/.eslintrc.json

9 lines
187 B
JSON
Raw Normal View History

2023-07-20 04:17:05 +09:00
{
"extends": ["@eslint-sets/vue3", "@eslint-sets/vue3-ts"],
"plugins": ["file-progress", "prettier"],
2023-09-04 17:47:24 +09:00
"ignorePatterns": ["**/*.json5"],
2023-07-20 04:17:05 +09:00
"rules": {
"file-progress/activate": 1
}
}