Skip to content

Commit 01324a0

Browse files
kazuponota-meshi
andauthoredApr 2, 2024··
feat: support flat config (#487)
* refactor: update scripts * refactor: remove unnecesarry codes * refactor: update scripts * chore: change node register to jiti from ts-node * feat: flat config implementation * fix: update separate * fix: integration tests * fix: format * chore: bump node * chore: bump eslint * fix: forgot commit * fix: forgot lock file * fix: add ignore lint for tests * fix: test * docs: updates * Create pink-hairs-fail.md --------- Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
1 parent 44fea72 commit 01324a0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+814
-508
lines changed
 

‎.changeset/pink-hairs-fail.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@intlify/eslint-plugin-vue-i18n": minor
3+
---
4+
5+
feat: support flat config

‎.eslintignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/dist
88
/docs/.vitepress/cache
99
/docs/.vitepress/dist
10+
/lib/configs/**/*.ts
1011
/node_modules
11-
# /tests/fixtures Used testcases
12-
/tests-integrations/config-recommended
12+
#/tests/fixtures # use testing
13+
/tests/integrations

0 commit comments

Comments
 (0)
Please sign in to comment.