juanca / react-aria-components

React ARIA-compliant Components
https://juanca.github.io/react-aria-components
MIT License
6 stars 3 forks source link

Configure `import/extensions` to always be explicit except for packages #71

Closed juanca closed 5 years ago

juanca commented 5 years ago

While it is nice to auto-resolve ./index.js and *.js, I think it will provide simpler static analysis to always specify the file and its extension.

Closes: https://github.com/juanca/react-aria-components/issues/23