UNPKG

react-magnetic-di

Version:
7 lines (5 loc) 234 B
// This is a workaround to make the plugin available on examples // without requiring an actual node module install as eslint // does not allow importing local plugins const plugin = require('./src/eslint'); module.exports = plugin;