mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
use isNaN instead of == NaN (#7276)
This commit is contained in:
@@ -13,19 +13,22 @@
|
||||
"argIndex": 1
|
||||
}
|
||||
],
|
||||
"no-floating-promises":{
|
||||
"no-floating-promises": {
|
||||
"severity": "warn"
|
||||
},
|
||||
"await-promise": {
|
||||
"severity": "warn",
|
||||
"options": ["Thenable"]
|
||||
"options": [
|
||||
"Thenable"
|
||||
]
|
||||
},
|
||||
"no-promise-as-boolean": {
|
||||
"severity": "error",
|
||||
"options": ["Thenable"]
|
||||
"use-isnan": {
|
||||
"severity": "error"
|
||||
}
|
||||
},
|
||||
"linterOptions": {
|
||||
"exclude": ["src/vs/**/*.ts"]
|
||||
"exclude": [
|
||||
"src/vs/**/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user