Use standard and prettier (#10)
* 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
This commit is contained in:
@ -3,12 +3,12 @@ module.exports = {
|
||||
cwd: '<%= distDir %>',
|
||||
src: '*.js',
|
||||
dest: '<%= distDir %>/elasticsearch-js/',
|
||||
expand: true
|
||||
expand: true,
|
||||
},
|
||||
dist_to_bower: {
|
||||
cwd: '<%= distDir %>',
|
||||
src: '*.js',
|
||||
dest: '<%= bowerSubmodule %>',
|
||||
expand: true
|
||||
}
|
||||
expand: true,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user