mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
Update eslintignore
This commit is contained in:
parent
5df607614c
commit
3ab4da68ab
@ -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
|
|
||||||
|
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user