We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938475d commit 9d71e58Copy full SHA for 9d71e58
templates/admin/.eslintrc.js
@@ -70,5 +70,8 @@ module.exports = {
70
],
71
'@typescript-eslint/ban-ts-comment': 'error',
72
'@typescript-eslint/no-explicit-any': 2,
73
+ '@typescript-eslint/no-use-before-define': ['error', {
74
+ 'functions': false,
75
+ }],
76
},
77
};
templates/front/.eslintrc.js
0 commit comments