Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: amend CommonJS output to be compatible with
require
(#36)
Add `module.exports = module.exports.default;` at the end of the CJS file. Example: ```js const ruleset = require('@apisyouwonthate/style-guide'); ```
- Loading branch information