Tags give the ability to mark specific points in history as being important
-
v1.1.0
aa7c0a53 · ·## 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.