Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/refine dev env #46

Merged
merged 2 commits into from Nov 26, 2017
Merged

Feature/refine dev env #46

merged 2 commits into from Nov 26, 2017

Conversation

godgunman
Copy link
Member

No description provided.

package.json Outdated
"lint": "eslint --fix .",
"lint:check": "eslint ."
"lint": "./node_modules/eslint/bin/eslint.js --fix .",
"lint:check": "./node_modules/eslint/bin/eslint.js ."
Copy link
Member

Choose a reason for hiding this comment

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

eslint 不會 copy 到 node_modules/.bin 嗎?

Copy link
Member Author

Choose a reason for hiding this comment

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

不會吧?你如果沒有用 npm install -g eslint,根本不能直接跑 eslint 吧?

Copy link
Member Author

Choose a reason for hiding this comment

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

},
"ecc-jsbn": {
"version": "0.1.1",
"
Copy link
Member

Choose a reason for hiding this comment

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

prettier 升級到 1.7.0 應該會有超多 syntax fix 吧 @@

應該一併 include 進來,不然之後所有 test 都會 fail

Copy link
Member

@MrOrz MrOrz left a comment

Choose a reason for hiding this comment

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

LGTM

@godgunman godgunman merged commit fdc2622 into dev Nov 26, 2017
@godgunman godgunman deleted the feature/refine-dev-env branch November 26, 2017 16:58
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.

None yet

2 participants