mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor: Clear unused ESLint directives from FE packages (no-changelog) (#6811)
This commit is contained in:
@@ -50,7 +50,6 @@ export default defineComponent({
|
||||
classes() {
|
||||
const applied = [];
|
||||
if (this.align) {
|
||||
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
|
||||
applied.push(`align-${this.align}`);
|
||||
}
|
||||
if (this.color) {
|
||||
@@ -61,7 +60,6 @@ export default defineComponent({
|
||||
applied.push('compact');
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
|
||||
applied.push(`size-${this.size}`);
|
||||
|
||||
applied.push(this.bold ? 'bold' : 'regular');
|
||||
|
||||
Reference in New Issue
Block a user