v1.0.0
Breaking changes:
extensionssetting 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)