chore: bump to eslint-config v2.8.0
(#2651)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
parent
62f70250d5
commit
9da77637b2
48 changed files with 896 additions and 511 deletions
|
@ -28,7 +28,8 @@ export default defineNuxtModule({
|
|||
.map(async (l) => {
|
||||
const exists = await isFile(resolver.resolve(`../node_modules/@emoji-mart/data/i18n/${l}.json`))
|
||||
return [l, exists] as [code: string, exists: boolean]
|
||||
}))
|
||||
}),
|
||||
)
|
||||
.then(l => l.filter(l => l[1]).map(l => l[0]))
|
||||
const switchStmt = locales.filter(l => l[1]).map((l) => {
|
||||
return `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue