Skip to content

Commit

Permalink
chore: lint device config files as part of CI (#6471)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Oct 30, 2023
1 parent 60c7895 commit 675d7ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@
]
},
"association_group_2_command_type": {
"label": "Association Group 2: Command Type ",
"label": "Association Group 2: Command Type",
"valueSize": 1,
"defaultValue": 2,
"unsigned": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"build": "tsc -b tsconfig.build.json --pretty",
"clean": "del-cli build/ \"*.tsbuildinfo\"",
"extract-api": "yarn api-extractor run",
"lint:zwave": "yarn ts maintenance/lintConfigFiles.ts",
"lint:zwave": "yarn ts maintenance/lintConfigFiles.ts && eslint --cache --cache-location .eslintcache/config --ext .json \"config/devices/**/*.json\"",
"ts": "node -r esbuild-register",
"lint:ts": "eslint --cache --ext .ts \"src/**/*.ts\"",
"lint:ts": "eslint --cache --cache-location .eslintcache/ts --ext .ts \"src/**/*.ts\"",
"lint:ts:fix": "yarn run lint:ts --fix",
"test:ts": "ava",
"test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
Expand Down

0 comments on commit 675d7ee

Please sign in to comment.