Skip to content

Commit

Permalink
Fix some refs, change to esnext
Browse files Browse the repository at this point in the history
  • Loading branch information
OlliMartin committed Jan 20, 2025
1 parent 0feab15 commit 179d513
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
4 changes: 2 additions & 2 deletions acaad.core/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require('./node_modules/acaad.toolchain/.eslintrc.js');
require('./node_modules/@acaad/toolchain/.eslintrc.js');

module.exports = {
extends: ['./node_modules/acaad.toolchain/.eslintrc.js'],
extends: ['./node_modules/@acaad/toolchain/.eslintrc.js'],
parserOptions: { tsconfigRootDir: __dirname },
ignorePatterns: ['node_modules/', '**/node_modules/', '/**/node_modules/*', 'out/', 'dist/', 'build/']
};
2 changes: 1 addition & 1 deletion acaad.core/config/heft.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
"extends": "../node_modules/acaad.toolchain/config/heft.json"
"extends": "../node_modules/@acaad/toolchain/config/heft.json"
}
10 changes: 7 additions & 3 deletions acaad.core/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "@acaad/core",
"version": "0.0.1-dev.4",
"description": "",
"description": "acaad",
"author": {
"name": "OlliMartin",
"email": "[email protected]"
},
"homepage": "https://github.com/OlliMartin/ioBroker.acaad",
"license": "AGPL-3.0",
"main": "src/index.d.ts",
"scripts": {
"build": "heft build --clean"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@microsoft/signalr": "~8.0.7",
"effect": "~3.12.5",
Expand Down
10 changes: 7 additions & 3 deletions acaad.toolchain/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "@acaad/toolchain",
"version": "0.0.1-dev.4",
"description": "",
"description": "acaad",
"author": {
"name": "OlliMartin",
"email": "[email protected]"
},
"homepage": "https://github.com/OlliMartin/ioBroker.acaad",
"license": "AGPL-3.0",
"main": "index.js",
"scripts": {
"build": "heft build --clean"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tsconfig/node20": "~20.1.4",
"@rushstack/heft": "~0.68.13",
Expand Down
1 change: 1 addition & 0 deletions common/config/rush/.npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
#
registry=https://registry.npmjs.org/
always-auth=false
--link-workspace-packages=false
2 changes: 1 addition & 1 deletion ioBroker.acaad

0 comments on commit 179d513

Please sign in to comment.