The simplest eslint import resolver plugin. All it does is expose node's require.
// jest.config.js
module.exports = {
resolver: '@tophat/jest-resolver'
}
Noah 💻 🚇 |
To add a contributor to the README, signal the all-contributors bot by adding comments in your PRs like so:
@all-contributors please add <username> for <contribution type>