Open
Description
Hello,
I think that the regex below can be improved to ignore all "exotic" keys:
eslint-config-xo-typescript/index.js
Lines 19 to 22 in 022fe25
vite: {
server: {
proxy: { '/api': { target: 'http://localhost:3003', ws: true } },
// ^^^^ Object Literal Property name `/api` must match one of the following formats: strictCamelCase
},
},
Metadata
Assignees
Labels
No labels
Activity