Logo
Explore Help
Register Sign In
yujunjun/strapi
1
0
Fork 0
You've already forked strapi
mirror of https://github.com/strapi/strapi.git synced 2025-08-03 22:39:01 +00:00
Code Issues Packages Projects Releases Wiki Activity
strapi/packages/core/admin/.eslintrc.js

18 lines
316 B
JavaScript
Raw Normal View History

Expand nx usage and migrate logger to ts (#15957)
2023-03-22 11:21:33 +01:00
module.exports = {
root: true,
overrides: [
{
chore: initialise ts admin (#18282) * chore: initialise ts admin * chore: set JSX to automatic finally found it * chore: set DTS true for the whole workflow to produce types for the helper-plugin * chore(helper-plugin): fix the circular dependencies and calls for react
2023-10-05 08:39:49 +01:00
files: ['ee/admin/**/*'],
Expand nx usage and migrate logger to ts (#15957)
2023-03-22 11:21:33 +01:00
extends: ['custom/front'],
chore: initialise ts admin (#18282) * chore: initialise ts admin * chore: set JSX to automatic finally found it * chore: set DTS true for the whole workflow to produce types for the helper-plugin * chore(helper-plugin): fix the circular dependencies and calls for react
2023-10-05 08:39:49 +01:00
rules: {
'import/extensions': 'off',
},
Expand nx usage and migrate logger to ts (#15957)
2023-03-22 11:21:33 +01:00
},
{
files: ['**/*'],
excludedFiles: ['admin/**/*', 'ee/admin/**/*'],
extends: ['custom/back'],
},
],
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 1219ms Template: 49ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API