Lint strapi-ejs

This commit is contained in:
soupette 2018-05-04 17:31:21 +02:00
parent e9f68a3bc9
commit e14c1373f9
2 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,7 @@ const path = require('path');
// Externals
const co = require('co');
const render = require('koa-ejs');
const _ = require('lodash');
const render = require('koa-ejs'); // eslint-disable-line import/no-unresolved
/**
* EJS hook

View File

@ -27,8 +27,9 @@ const watcher = (label, pckgName, type = 'front') => {
const packagesPath = path.resolve(process.env.PWD, 'packages');
shell.ls('* -d', packagesPath)
// TODO temporary just for eslint
.filter(package => package === 'strapi-bookshelf')
.filter(package => package === 'strapi-ejs')
// .filter(package => package !== 'README.md')
.forEach(package => {
watcher(`Testing ${package}`, package);
});
// process.exit(1);