Skip to content

Package bluetooth manager and movehub separately - #55

Draft
HaudinFlorence wants to merge 3 commits into
mainfrom
package-bluetooth-manager-and-movehub-separately
Draft

Package bluetooth manager and movehub separately#55
HaudinFlorence wants to merge 3 commits into
mainfrom
package-bluetooth-manager-and-movehub-separately

Conversation

@HaudinFlorence

Copy link
Copy Markdown
Member

No description provided.

Comment thread package.json
Comment on lines 40 to 48
"eslint": "jlpm eslint:check --fix",
"eslint:check": "eslint . --cache --ext .ts,.tsx",
"install:extension": "jlpm build",
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint",
"lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check",
"prettier": "jlpm prettier:base --write --list-different",
"prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
"prettier:check": "jlpm prettier:base --check",
"stylelint": "jlpm stylelint:check --fix",
"stylelint:check": "stylelint --cache \"style/**/*.css\"",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also use lerna for lint scripts

Comment thread LICENSE

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep a license there, and copy it in both underlying packages

Comment thread package.json
"yjs": "^13.5.0"
"style-loader": "^3.3.1"
},
"sideEffects": [

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The root package.json does not need this I believe.

Comment thread tsconfig.json
"strict": false
},
"include": ["src/**/*"],
"include": ["packages/bluetooth/src/**/*", "packages/bluetooth-extension/src/**/*"],

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit odd, we should probably have a tsconfig.json in the underlying packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants