Skip to content

Commit

Permalink
New eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Nov 28, 2024
1 parent 183d407 commit bf4385b
Show file tree
Hide file tree
Showing 44 changed files with 8,725 additions and 9,232 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_modules
/.build
/lib
/www/_socket
/lerna-debug.log
knx-uf-iconset
iob_npm.done
/packages/**/package-lock.json
Expand Down
4 changes: 1 addition & 3 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"require": [
"./test/mocha.setup.js"
]
"require": ["./test/mocha.setup.js"]
}
10 changes: 5 additions & 5 deletions .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"plugins": ["iobroker", "license", "lerna"],
"ioPackage": "packages/iobroker.vis-2",
"exec": {
"before_commit": "npm run build"
}
"plugins": ["iobroker", "license", "lerna"],
"ioPackage": "packages/iobroker.vis-2",
"exec": {
"before_commit": "npm run build"
}
}
38 changes: 15 additions & 23 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
{
"version": "2.10.8",
"packages": [
"packages/*"
],
"command": {
"run": {
"stream": true
"version": "2.10.8",
"packages": ["packages/*"],
"command": {
"run": {
"stream": true
},
"version": {
"npmClientArgs": ["-f"],
"allowBranch": ["master"],
"ignoreChanges": ["*.md"],
"exact": true,
"forcePublish": true
}
},
"version": {
"npmClientArgs": [
"-f"
],
"allowBranch": [
"master"
],
"ignoreChanges": [
"*.md"
],
"exact": true,
"forcePublish": true
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
Loading

0 comments on commit bf4385b

Please sign in to comment.