Tags

Tags give the ability to mark specific points in history as being important
  • v1.2.0

    ## Rule Changes
    
    Enables the following rules:
    
    - `@stylistic/js/object-curly-spacing`: Enforce spaces around array brackets.
  • v1.1.0

    ## Dependencies
    
    * Adds a dependency on `@stylistic/eslint-plugin`.
    
    ## Rule Changes
    
    Enables the following rules:
    
    - `@stylistic/js/array-bracket-spacing`: Removes spaced from around array brackets.
    - `@stylistic/js/indent`: Uses 2 space indentation for code.
    - `@stylistic/js/quotes`: Uses single quotes for strings.
    
    These rules were taken from [Node.js Microbenchmarks](https://gitlab.com/SethFalco/nodejs-microbenchmarks), which I'm in the process of migrating to use this package.
  • v1.0.0

    84d593f6 · initial commit ·
    Initial release!