mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-26 10:42:51 +00:00
* adds type definitions for noble-mac * [noble-mac]: fix linter issues and remove linter exceptions * [noble-mac]: fix dt-header issue
15 lines
558 B
JSON
15 lines
558 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": {
|
|
"options": [
|
|
["Object", "Avoid using the `Object` type. Did you mean `object`?"],
|
|
["Boolean", "Avoid using the `Boolean` type. Did you mean `boolean`?"],
|
|
["Number", "Avoid using the `Number` type. Did you mean `number`?"],
|
|
["String", "Avoid using the `String` type. Did you mean `string`?"],
|
|
["Symbol", "Avoid using the `Symbol` type. Did you mean `symbol`?"]
|
|
]
|
|
}
|
|
}
|
|
}
|