gtap-dev / javascript

JavaScript Style Guide
MIT License
0 stars 0 forks source link

Removed rule that prevents importing with JS file extension #28

Closed mjomble closed 2 days ago

mjomble commented 3 months ago

In ESM code (vs CommonJS), file extensions are necessary in imports. We have used them in DaaS and BuildingBrief. We will likely have more ESM projects in the future, so it might be time to drop this rule.