Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@typescript-eslint/naming-convention should ignore all exotic keys #53

Open
GauBen opened this issue Mar 23, 2022 · 1 comment
Open

Comments

@GauBen
Copy link

GauBen commented Mar 23, 2022

Hello,

I think that the regex below can be improved to ignore all "exotic" keys:

filter: {
regex: '[- ]',
match: false
}

vite: {
  server: {
    proxy: { '/api': { target: 'http://localhost:3003', ws: true } },
    //        ^^^^ Object Literal Property name `/api` must match one of the following formats: strictCamelCase
  },
},
@sindresorhus
Copy link
Member

If anyone wants to work on this, see the initial attempt and feedback in #54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants