apply prettier styles

This commit is contained in:
restrry 2020-05-22 09:08:58 +02:00
parent 64ad4f3f92
commit bf04235dae
7130 changed files with 31393 additions and 37163 deletions

View file

@ -33,7 +33,7 @@ export default function checkPlugins(grunt) {
return done();
}
const plugins = files.filter(file => {
const plugins = files.filter((file) => {
return fs.statSync(path.join(pluginsDir, file)).isDirectory();
});
@ -41,7 +41,7 @@ export default function checkPlugins(grunt) {
grunt.log.error(
'==================================================================================================='
);
plugins.forEach(plugin => {
plugins.forEach((plugin) => {
grunt.log.error(
`The ${plugin} plugin may disrupt the test process. Consider removing it and re-running your tests.`
);