-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tierney Cyren <hello@bnb.im>
- Loading branch information
Showing
60 changed files
with
272,272 additions
and
294,172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"$schema": "https://biomejs.dev/schemas/1.6.1/schema.json", | ||
"organizeImports": { | ||
"enabled": true | ||
}, | ||
"javascript": { | ||
"formatter": { | ||
"quoteStyle": "single" | ||
} | ||
}, | ||
"linter": { | ||
"enabled": true, | ||
"rules": { | ||
"recommended": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
const aliases = [ | ||
'current', | ||
'lts/latest', | ||
'lts/active', | ||
'lts/maintenance', | ||
'eol', | ||
'all' | ||
] | ||
'current', | ||
'lts/latest', | ||
'lts/active', | ||
'lts/maintenance', | ||
'eol', | ||
'all', | ||
]; | ||
|
||
module.exports = aliases | ||
module.exports = aliases; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,27 @@ | ||
{ | ||
"name": "@nodevu/aliases", | ||
"version": "0.0.2", | ||
"description": "available aliases for sets of Node.js versions", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/cutenode/nodevu.git" | ||
}, | ||
"keywords": [ | ||
"node.js", | ||
"version" | ||
], | ||
"author": "Tierney Cyren <hello@bnb.im> (https://bnb.im/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/cutenode/nodevu/issues" | ||
}, | ||
"homepage": "https://github.com/cutenode/nodevu#readme", | ||
"scripts": { | ||
"lint": "standard --env mocha", | ||
"lint:fix": "standard --fix --env mocha", | ||
"updates:check": "npx npm-check-updates", | ||
"updates:update": "npx npm-check-updates -u" | ||
}, | ||
"devDependencies": { | ||
"standard": "^17.0.0" | ||
} | ||
"name": "@nodevu/aliases", | ||
"version": "0.0.2", | ||
"description": "available aliases for sets of Node.js versions", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/cutenode/nodevu.git" | ||
}, | ||
"keywords": ["node.js", "version"], | ||
"author": "Tierney Cyren <hello@bnb.im> (https://bnb.im/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/cutenode/nodevu/issues" | ||
}, | ||
"homepage": "https://github.com/cutenode/nodevu#readme", | ||
"scripts": { | ||
"lint": "biome check ./", | ||
"lint:apply": "biome check ./ --apply", | ||
"test": "", | ||
"updates:check": "npx npm-check-updates", | ||
"updates:update": "npx npm-check-updates -u" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.6.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"$schema": "https://biomejs.dev/schemas/1.6.1/schema.json", | ||
"organizeImports": { | ||
"enabled": true | ||
}, | ||
"javascript": { | ||
"formatter": { | ||
"quoteStyle": "single" | ||
} | ||
}, | ||
"linter": { | ||
"enabled": true, | ||
"rules": { | ||
"recommended": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"$schema": "https://biomejs.dev/schemas/1.6.1/schema.json", | ||
"organizeImports": { | ||
"enabled": true | ||
}, | ||
"javascript": { | ||
"formatter": { | ||
"quoteStyle": "single" | ||
} | ||
}, | ||
"linter": { | ||
"enabled": true, | ||
"rules": { | ||
"recommended": true | ||
} | ||
} | ||
} |
Oops, something went wrong.