browserify / resolve

Implements the node.js require.resolve() algorithm
MIT License
776 stars 184 forks source link

Fix invalid values in editorconfig #299

Closed dpuscher closed 1 year ago

dpuscher commented 1 year ago

According to editorconfig docs off is not a valid value, but unset should be used.

Fixes #272