Skip to content

Commit

Permalink
Merge pull request #7 from IOTechSystems/XRT-2801-branch
Browse files Browse the repository at this point in the history
XRT-2801: Update zigbee herdsman
  • Loading branch information
AIM289 authored Feb 19, 2024
2 parents b4cdf8b + ac1954c commit 16f8cf7
Show file tree
Hide file tree
Showing 122 changed files with 7,898 additions and 13,749 deletions.
4 changes: 0 additions & 4 deletions .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@ module.exports = {
'@babel/env',
'@babel/typescript',
],
plugins: [
"@babel/proposal-object-rest-spread",
"@babel/proposal-class-properties"
]
};
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ module.exports = {
"@typescript-eslint/semi": ["error"],
"array-bracket-spacing": ["error", "never"],
"indent": ["error", 4],
"max-len": ["error", { "code": 120 }],
"max-len": ["error", { "code": 150 }],
"no-return-await": "error",
"object-curly-spacing": ["error", "never"],
"@typescript-eslint/no-floating-promises": "error",
}
}
31 changes: 0 additions & 31 deletions .github/workflows/ci.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/release.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: release-please

on:
push:
branches:
- master

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GH_TOKEN }}
19 changes: 0 additions & 19 deletions .github/workflows/stale.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/update_deps.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist/
.idea
temp/
.remote-sync.json
tsconfig.tsbuildinfo
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ coverage
.travis.yml
.jenkins.yml
.codeclimate.yml
tsconfig.tsbuildinfo

#linters
.jscsrc
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.33.9"
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typescript.preferences.importModuleSpecifier": "relative",
"[typescript]": {
"editor.codeActionsOnSave": {
"source.organizeImports": false
"source.organizeImports": "never"
}
},
}
Loading

0 comments on commit 16f8cf7

Please sign in to comment.