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

Add prefer-modern-dom-apis rule #362

Merged
merged 14 commits into from Dec 22, 2019
Merged

Add prefer-modern-dom-apis rule #362

merged 14 commits into from Dec 22, 2019

Commits on Sep 9, 2019

  1. Add prefer-modern-dom-apis rule (#344)

    Signed-off-by: mhatvan <markus_hatvan@aon.at>
    mhatvan committed Sep 9, 2019
    Copy the full SHA
    8dc3de2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. code adaptions according to requested changes

    added additional test cases
    
    Signed-off-by: mhatvan <markus_hatvan@aon.at>
    mhatvan committed Sep 12, 2019
    Copy the full SHA
    4a49fe5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Merge branch 'master' of github.com:sindresorhus/eslint-plugin-unicor…

    …n into feat/344-prefer-modern-dom-apis
    mhatvan committed Oct 21, 2019
    Copy the full SHA
    26f6712 View commit details
    Browse the repository at this point in the history
  2. * Restore blank lines in readme.md

    * Change getDocsUrl to getDocumentationUrl
    
    * Change formatting of plugins property in index.js
    
    Signed-off-by: mhatvan <markus_hatvan@aon.at>
    mhatvan committed Oct 21, 2019
    Copy the full SHA
    150ea81 View commit details
    Browse the repository at this point in the history
  3. Change variable naming to conform with prevent-abbreviations linting …

    …rule
    
    Signed-off-by: mhatvan <markus_hatvan@aon.at>
    mhatvan committed Oct 21, 2019
    Copy the full SHA
    c036011 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. * linkify methods to MDN documentation in prefer-modern-dom-apis.md

    * change fenced code block language in readme.md from bash to console
    
    Signed-off-by: mhatvan <markus_hatvan@aon.at>
    mhatvan committed Nov 12, 2019
    Copy the full SHA
    52812d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Copy the full SHA
    9bbcf0e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f81eeec View commit details
    Browse the repository at this point in the history
  3. Update readme.md

    sindresorhus committed Nov 14, 2019
    Copy the full SHA
    dbf05fe View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. Merge branch 'master' of github.com:sindresorhus/eslint-plugin-unicor…

    …n into feat/344-prefer-modern-dom-apis
    mhatvan committed Dec 8, 2019
    Copy the full SHA
    046d69e View commit details
    Browse the repository at this point in the history
  2. * add logic to ignore variable assignment for .replaceWith(), .insert…

    …Before() and .insertAdjacentElement() methods
    
    * add additional test cases for .replaceWith(), .insertBefore() and .insertAdjacentElement() methods
    
    Signed-off-by: mhatvan <markus_hatvan@aon.at>
    mhatvan committed Dec 8, 2019
    Copy the full SHA
    b8a3d4a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. * change .replaceWith(), .insertBefore() and .insertAdjacentElement()…

    … methods to be reported but no autofix option when part of variable assignment
    
    * update test cases to verify changed rule logic
    
    Signed-off-by: mhatvan <markus_hatvan@aon.at>
    mhatvan committed Dec 22, 2019
    Copy the full SHA
    3bde7f0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d513baf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    98518d0 View commit details
    Browse the repository at this point in the history