Skip to content
Snippets Groups Projects
  • ciaranj's avatar
    5c4892a6
    Allow linter to run on windows · 5c4892a6
    ciaranj authored
    
    Node provides some cross-platform utility methods to enable safe
    path traversal.
    
    This change merely swaps out a hardcoded '/' (unix path separator)
    to use one of these methods.
    
    An alternative strategy would be to use the constant 'path.sep' but
    this felt 'cleaner'.
    
    Signed-off-by: default avatarciaranj <ciaranj@gmail.com>
    5c4892a6
    History
    Allow linter to run on windows
    ciaranj authored
    
    Node provides some cross-platform utility methods to enable safe
    path traversal.
    
    This change merely swaps out a hardcoded '/' (unix path separator)
    to use one of these methods.
    
    An alternative strategy would be to use the constant 'path.sep' but
    this felt 'cleaner'.
    
    Signed-off-by: default avatarciaranj <ciaranj@gmail.com>