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/mod strict mutable #2

Merged
merged 2 commits into from
Sep 19, 2019
Merged

Feature/mod strict mutable #2

merged 2 commits into from
Sep 19, 2019

Conversation

d0whc3r
Copy link
Owner

@d0whc3r d0whc3r commented Sep 19, 2019

No description provided.

@d0whc3r d0whc3r merged commit 662629b into master Sep 19, 2019
@d0whc3r d0whc3r deleted the feature/mod_strict_mutable branch September 19, 2019 20:59
d0whc3r added a commit that referenced this pull request Nov 5, 2019
* test: add test for single-export

* test: add tests for props readonly and public, renders without array and reserved members

* test: finish tests

* feat: add required-prefix

* feat: add ban-prefix

* feat: add decorators-style

* fix: add fix for method must be public

* style: format

* fix: tests and coverage

* fix: add all rules

* docs: add basic documentation

* fix: add basic ignores

* chore: update version

* Update nodejs.yml

* Update README.md

* Update README.md

* 0.2.1

* fix: np github

* 0.2.2

* chore: update name

* chore: update dependencies

* docs: add documentation for rules

* fix: beautify code

* fix: adjust recommended rules

* fix: bugfix for rules

* fix: package name

* 0.3.0

* 0.3.1

* fix: update package name

* 0.4.0

* feat: add jest for tests

* test: add tests

* feat: add fixer for async-methods

* fix: update rule definition for host-data-deprecated

* feat: add fixer for methods-must-be-public

* fix: update rule definition for prefer-vdom-listener

* feat: add fixer for props-must-be-public

* fix: update rule definition for props-must-be-readonly

* fix: remove not used import from render-returns-host

* fix: format style

* docs: add simple documentation for existing rules

* feat: add ban-prefix rule with tests and docs

* feat: add decorators-style rule with tests and docs

* feat: add required-prefix rule with tests and docs

* fix: update index rules with all rules

* fix: format style

* fix: update recommended rules with all rules

* docs: update readme file with all rules and sample recommended rules

* fix(ban-prefix): rule message

* feat(class-suffix): new rule

* feat(required-jsdoc): new rule

* fix: add new rules

* fix: update recommended rules

* docs: update readme with new rules

* 0.4.1

* feat(element-type): new rule

* docs: update readme with new rules

* fix: update recommended rules

* 0.4.2

* refactor(class-pattern): replace rule class-suffix for class-pattern

* docs: document type of rule

* fix: update recommended config

* feat(no-unused-watch): add new rule

* fix(element-type): get type correctly

* fix(async-methods): optimize eslint selector

* feat(own-props-must-be-private): add new rule

* feat(own-methods-must-be-private): add new rule

* feat(strict-mutable): add new rule

* fix(no-unused-watch): remove set at end of parse

* fix(strict-mutable): change meta type

* test: fix tests

* 0.5.0

* fix(strict-mutable): update detection in if/then/else

* 0.5.1

* docs: update documentation with correct rule name

* docs: correct rule name

* fix(element-type): add autofix

* fix(element-type): set fixable

* 0.5.2

* fix(decorators-style): compatible with windows EOL

* 0.5.4

* fix(strict-mutable): search props inside jsx

* 0.5.5

* fix(strict-mutable): check for existing expression

* fix: working on better strict-mutable

* fix(strict-mutable): working rule

* 0.5.6
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.

1 participant