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

tools: auto fix custom eslint rule for buffer-constructor.js #16664

Commits on Nov 1, 2017

  1. tools: auto fix custom eslint rule for buffer-constructor.js

    This implements a fixer method to fix the usage of Deprecated Buffer() constructor.
    
    Also adds some more test cases to the eslint rule.
    
    Refs: nodejs#16636
    shobhitchittora committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    aebc0c5 View commit details
    Browse the repository at this point in the history
  2. tools: auto fix custom eslint rule for buffer-constructor.js

    This extends the current test for the custom eslint rule with expected output key.
    
    Refs: nodejs#16636
    shobhitchittora committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    05eae95 View commit details
    Browse the repository at this point in the history