Skip to content

v1.0.0

Choose a tag to compare

@mradionov mradionov released this 19 Nov 18:25
· 46 commits to master since this release

Breaking changes:

  • extensions setting is no longer supported. Previous usage example, which is no longer supported:
{
  "settings": {
    "eslint-plugin-disable": {
      "extensions": [".js", ".ts", ".ps"]
    }
  }
}

Starting from this release extensions should be provided via ESLint CLI --ext option (docs). It both configures ESLint to lint unusual files and also makes the plugin work with them.

Bugfixes:

  • Adds support for ESLint config hierarchy (#9)