Skip to content

Commit

Permalink
refactor: use typescript
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Requires minimum node v12.20.0
  • Loading branch information
plasticrake committed Jan 31, 2022
1 parent f460255 commit 220daf3
Show file tree
Hide file tree
Showing 11 changed files with 435 additions and 252 deletions.
50 changes: 24 additions & 26 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,64 @@
{
"version": "0.1",

"version": "0.2",
"language": "en",
"words": [
"plasticrake",

"castarray",
"defaultsdeep",
"isequal",
"jsonparse",

"binded",
"buildable",
"camelcase",
"castarray",
"customizer",
"ifconfig",
"polyfill",
"preallocate",
"rssi",
"ssid",
"subnet",
"truthy",
"unencrypted",
"wifi",

"SNDBUF",

"binded",
"daystat",
"defaultsdeep",
"devs",
"emeter",
"heapsize",
"ifconfig",
"igain",
"isequal",
"itarget",
"jsonparse",
"kasa",
"lightingservice",
"lightstate",
"Linkie",
"mday",
"monthstat",
"netif",
"plasticrake",
"polyfill",
"preallocate",
"realtime",
"rssi",
"scaninfo",
"smartbulb",
"smarthome",
"smartlife",
"smartplugswitch",
"smartpowerstrip",
"SNDBUF",
"ssid",
"stainfo",
"subnet",
"sysinfo",
"tcsp",
"timesetting",
"tplink",
"tplinkcloud",
"truthy",
"uboot",
"unencrypted",
"vgain",
"vtarget",
"wday"
"wday",
"wifi"
],
"languageSettings": [
{
"languageId": "markdown",
"local": "*",
"dictionaries": ["node"]
"locale": "*",
"dictionaries": ["node", "npm", "softwareTerms", "typescript"]
}
]
],
"ignorePaths": ["node_modules", "package-lock.json", "API.md"],
"ignoreRegExpList": ["/[/*] eslint[- ].*/gi"]
}
33 changes: 32 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.0",
"@types/debug": "^4.1.7",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.13",
"@types/sinon-chai": "^3.2.8",
Expand Down

0 comments on commit 220daf3

Please sign in to comment.