* switch from custom eslint config to standard + prettier * fix new standard eslint violations * add editorconfig file * auto-fix all other violations * update lint yarn script * remove jshint comment
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
require('blanket')({
|
|
pattern: require('path').join(__dirname, '../../src'),
|
|
});
|
|
|
|
require('./index');
|