fibo / trunx

Super Saiyan React components, son of awesome Bulma
MIT License
64 stars 14 forks source link

Eslint #41

Closed fibo closed 1 year ago

fibo commented 1 year ago

Added eslint, in particular to check that imports use explicit .js extension:

this is required to get .js extension also in transpiled imports, otherwise ES6 modules are broken.

Also removed few unnecessary components, like B, Strong, Sup, etc. Users will be able to use their built-in React equivalent (b, strong, sup, etc.) with new classNames implementation.