alexguirre / RAGENativeUI

MIT License
115 stars 38 forks source link

ESLint Issue #30

Closed Delavor closed 6 years ago

Delavor commented 6 years ago

Hi, there is compability problem with eslint.

"[eslint] A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)"

It's on AddItem or SetRightBadge methods for example.

Stealth22PD commented 6 years ago

This is a C# project, so I don't know what the connection is with ESLint. Perhaps you should disable ESLint when working with C# code.