diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-08-10 20:12:17 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-08-10 20:12:17 +0200 |
commit | efe195d6592d5c6cc64de71fc65f85522bc45dfa (patch) | |
tree | 513d0e6afda36198c78a6725dd824fef56cdd34b /dprint.json | |
parent | b8c9fc19e6e35679a1b9125396448987d7a6e8d0 (diff) |
homebridge to homeassistant baby steps
Diffstat (limited to 'dprint.json')
-rw-r--r-- | dprint.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dprint.json b/dprint.json deleted file mode 100644 index b8a5173..0000000 --- a/dprint.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "$schema": "https://dprint.dev/schemas/v0.json", - "projectType": "openSource", - "incremental": true, - "useTabs": true, - "typescript": { - "semiColons": "always", - "quoteStyle": "preferSingle", - "importDeclaration.spaceSurroundingNamedImports": true - }, - "includes": [ "**/*.{ts}" ], - "excludes": [ - "node_modules/**", - "**/*-lock.json" - ], - "plugins": [ - "https://plugins.dprint.dev/typescript-0.44.0.wasm" - ] -} |