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.
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.