style-guides / JavaScript

Styleguide for JavaScript and TypeScript with a focus on readability
10 stars 6 forks source link

No `.js` in requires #18

Closed adius closed 2 years ago

adius commented 6 years ago

This makes refactoring easier as one can change the name from module.js to module/index.js without breaking the code. Also it abstracts from the underlying file system.