-
Notifications
You must be signed in to change notification settings - Fork 1
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
Maintenance #3
base: master
Are you sure you want to change the base?
Maintenance #3
Conversation
@@ -1,6 +1,6 @@ | |||
MIT License | |||
|
|||
Copyright (c) 2016 Philipp von Radziewsky | |||
Copyright (c) 2016 AtomDebugger Team (Philipp von Radziewsky & Steel Brain) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @philippvr
@philippvr Ping me on Atom Slack when you're on, got a few things to discuss about the codebase |
export default { | ||
instance: null, | ||
activate() { | ||
require('atom-package-deps').install('debugger') // eslint-disable-line |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The package shouldn't depend on itself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well the package is not depending on itself 😉
It's just telling atom-package-deps
the name of the current package to install dependencies of
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For more info, see https://github.com/steelbrain/package-deps#api
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I should check before making comments. 😊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I appreciate the keen eye 😄
{ | ||
"extends": "steelbrain", | ||
"rules": { | ||
"no-param-reassign": 0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0
-> "off"
😛
interface
->decls