mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 17:23:05 -05:00
No console linting (#9156)
* add no-console linting and change to just using overrides for sql files * whitespace * fix tests
This commit is contained in:
@@ -45,6 +45,7 @@ export class HeightMap {
|
||||
viewItem = this.heightMap[i - 1];
|
||||
|
||||
if (!viewItem) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error('view item doesnt exist');
|
||||
return undefined;
|
||||
}
|
||||
@@ -100,6 +101,7 @@ export class HeightMap {
|
||||
viewItem = this.heightMap[i];
|
||||
|
||||
if (!viewItem) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error('view item doesnt exist');
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user