* 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
66 B
JavaScript
6 lines
66 B
JavaScript
module.exports = {
|
|
dist: {
|
|
src: ['<%= distDir %>'],
|
|
},
|
|
};
|