1
0
Fork 1
mirror of https://example.com synced 2024-11-23 14:06:40 +09:00
firefish/packages/client/.eslintrc.json

9 lines
187 B
JSON
Raw Normal View History

2023-07-17 07:32:32 +09:00
{
"extends": ["@eslint-sets/vue3", "@eslint-sets/vue3-ts"],
"plugins": ["file-progress", "prettier"],
2023-09-02 08:27:33 +09:00
"ignorePatterns": ["**/*.json5"],
2023-07-17 07:32:32 +09:00
"rules": {
"file-progress/activate": 1
}
}