Skip to content

Commit

Permalink
Merge branch 'main' into feat-eslint-config-bananass
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir authored Jan 9, 2025
2 parents 1601a12 + 9ca5a61 commit 2ae823b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"name": "npm-bananass",
"version": "0.0.0",
"packageManager": "[email protected]",
"engines": {
"node": ">=20.18.0"
},
"workspaces": [
"examples/*",
"packages/*",
Expand Down
7 changes: 4 additions & 3 deletions packages/prettier-config-bananass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@
"bugs": {
"url": "https://github.com/lumirlumir/npm-bananass/issues"
},
"engines": {
"node": ">=20.18.0"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "cp ../../LICENSE.md ../../README.md .",
"test": "node --test"
},
"peerDependencies": {
"prettier": ">=3.0.0"
}
}
3 changes: 2 additions & 1 deletion packages/prettier-config-bananass/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
* @fileoverview Entry file for the `prettier-config-bananass` package.
* @module prettier-config-bananass
*
* All default values are based on `prettier@3`.
* All default values are based on `prettier@3`. {@link https://prettier.io/docs/en/options}
*/

// --------------------------------------------------------------------------------
// Exports
// --------------------------------------------------------------------------------

/** @type {import("prettier").Config} */
module.exports = {
printWidth: 90,
tabWidth: 2, // Default.
Expand Down

0 comments on commit 2ae823b

Please sign in to comment.