* 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
8 lines
182 B
JavaScript
8 lines
182 B
JavaScript
module.exports = {
|
|
browser_clients: [
|
|
require('../../webpack_config/browser'),
|
|
require('../../webpack_config/angular'),
|
|
require('../../webpack_config/jquery'),
|
|
],
|
|
};
|