Update eslintignore

This commit is contained in:
Alexandre Bodin 2021-08-27 21:38:49 +02:00
parent 5df607614c
commit 3ab4da68ab
2 changed files with 2 additions and 6 deletions

View File

@ -5,15 +5,11 @@
testApp/** testApp/**
examples/** examples/**
cypress/** cypress/**
packages/generators/plugin/files/admin/src/** packages/generators/generate/files/
packages/core/helper-plugin/build/** packages/core/helper-plugin/build/**
packages/core/helper-plugin/lib/src/components/** packages/core/helper-plugin/lib/src/components/**
packages/core/helper-plugin/lib/src/testUtils/** packages/core/helper-plugin/lib/src/testUtils/**
packages/core/helper-plugin/lib/src/utils/** packages/core/helper-plugin/lib/src/utils/**
packages/plugins/users-permissions/admin/OLD/**
.eslintrc.js .eslintrc.js
.eslintrc.front.js .eslintrc.front.js
.eslintrc.back.js .eslintrc.back.js
bookshelf.old
database.old

View File

@ -39,7 +39,7 @@ export default {
name, name,
}); });
}, },
// eslint-disable-next-line
bootstrap(app) {}, bootstrap(app) {},
async registerTrads({ locales }) { async registerTrads({ locales }) {
const importedTrads = await Promise.all( const importedTrads = await Promise.all(