mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
use isNaN instead of == NaN (#7276)
This commit is contained in:
@@ -18,14 +18,17 @@
|
|||||||
},
|
},
|
||||||
"await-promise": {
|
"await-promise": {
|
||||||
"severity": "warn",
|
"severity": "warn",
|
||||||
"options": ["Thenable"]
|
"options": [
|
||||||
|
"Thenable"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"no-promise-as-boolean": {
|
"use-isnan": {
|
||||||
"severity": "error",
|
"severity": "error"
|
||||||
"options": ["Thenable"]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"linterOptions": {
|
"linterOptions": {
|
||||||
"exclude": ["src/vs/**/*.ts"]
|
"exclude": [
|
||||||
|
"src/vs/**/*.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user