Merge pull request #17434 from strapi/chore/permission-eslint-update

Not milestoning this PR as it just makes things work as expected
This commit is contained in:
Alexandre BODIN 2023-07-25 11:05:42 +02:00 committed by GitHub
commit 2514bdc7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
module.exports = {
root: true,
extends: ['custom/typescript'],
extends: ['custom/back/typescript'],
};