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

Refactor state_monitor for clarity. #7

Conversation

cjcenizal
Copy link

No description provided.

@w33ble
Copy link
Owner

w33ble commented Aug 18, 2016

Why limit this to a single listener? I really don't see a reason for it.

@cjcenizal cjcenizal force-pushed the w33ble-enhancement/app-status-dirty branch from 2b05848 to 43d9250 Compare August 18, 2016 23:44
@cjcenizal cjcenizal changed the title WIP Refactor state_monitor for clarity. Aug 18, 2016
@cjcenizal cjcenizal force-pushed the w33ble-enhancement/app-status-dirty branch from 43d9250 to 13023ce Compare August 18, 2016 23:47
@w33ble w33ble merged commit 5547b87 into w33ble:enhancement/app-status-dirty Aug 19, 2016
@cjcenizal cjcenizal deleted the w33ble-enhancement/app-status-dirty branch August 24, 2016 04:49
@cjcenizal cjcenizal restored the w33ble-enhancement/app-status-dirty branch August 24, 2016 04:49
@cjcenizal cjcenizal deleted the w33ble-enhancement/app-status-dirty branch August 24, 2016 04:50
w33ble pushed a commit that referenced this pull request Aug 1, 2017
* Initial commit

* added actual config

* version 0.0.1

* version 0.0.2

* [no-const-assign] Disallow assignment to const

http://eslint.org/docs/rules/no-const-assign

* [no-redeclare] Disallow redeclaring variables

http://eslint.org/docs/rules/no-redeclare

* version 0.0.3

* [no-unused-vars]: Disallow declaration of variables that are not used in the code.

* Bump to 0.1.0.

* upgrade deps in preperation for babel6 transition

* 0.2.0-alpha1

* use yaml for readability

* 0.2.0

* update/pin peed dependency versions

* 0.2.1

* [quotes] allow template literals

This allows eslint to validate this rule from the styleguide: https://github.com/elastic/kibana/blob/master/style_guides/js_style_guide.md#use-template-strings-to-avoid-escaping-single-quotes

* 0.2.2

* add object-curly-spacing and no-global-assign rules

* sort .eslintrc.yaml rules

* 0.3.0

* add basic react support

* 0.4.0

* Disallow using 'context' in tests

* 0.5.0

* move from .eslintrc.yaml to .eslintrc.js without .json generation (#6)

* Implement import plugin (#7)

* update deps

* include eslint-plugin-import

* Dereference import config (#8)

* reorganize existing rules into groups

* defreference eslint-plugin-import "recommended" config

Based on https://github.com/benmosher/eslint-plugin-import/blob/ea9c92c7324473ef303ac76b127e17af2becd2ee/config/recommended.js

* 0.6.0

* set environment info for import rule

* 0.6.1

* update peerDependencies

* 0.7.0

* Move eslint-config-kibana into packages directory
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