* remove packages to get `npm audit` to pass * fix grunt.config.init() call lost in split up * remove integration tests, they don't work and nobody is running them * fix upload_to_s3 task after refactor
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
module.exports = {
|
|
extends: '../.eslintrc.js',
|
|
env: {
|
|
mocha: true,
|
|
},
|
|
};
|