strapi/packages/core/database/.eslintrc.js

5 lines
75 B
JavaScript
Raw Permalink Normal View History

module.exports = {
root: true,
2023-07-19 16:35:50 +02:00
extends: ['custom/back/typescript'],
};