refactor: Validate formatting in nodes-base (no-changelog) (#4685)

* 🔥 Remove Prettier exceptions

* 👕 Start linting on formatting

*  Update `format` command

* 🎨 Apply formatting
This commit is contained in:
Iván Ovejero
2022-11-22 12:44:35 +01:00
committed by GitHub
parent 4f64e26a83
commit 60d66426ff
21 changed files with 62 additions and 136 deletions

View File

@@ -91,7 +91,8 @@ export class MicrosoftSql implements ICredentialType {
},
],
default: '7_4',
description: 'The version of TDS to use. If server doesn\'t support specified version, negotiated version is used instead.',
description:
"The version of TDS to use. If server doesn't support specified version, negotiated version is used instead.",
},
];
}