unifiedjs / unified

☔️ interface for parsing, inspecting, transforming, and serializing content through syntax trees
https://unifiedjs.com
MIT License
4.49k stars 110 forks source link

Fix code-style #140

Closed UnPolinomio closed 3 years ago

UnPolinomio commented 3 years ago

Hey, there.

Currently npm test throws the following error:

test/index.js:4:9 ✖ 4:9 Missing file extension for "./core" import/extensions ✖ 5:9 Missing file extension for "./freeze" import/extensions ... 13 errors

This pull request fixes those errors and now all tests pass. Hope you find this useful.

wooorm commented 3 years ago

Thanks @UnPolinomio, nice catch!