[v0.7.0] - 2021-10-08
- Fixed a bug where imports were incorrectly flagged as relative imports (#11)
- It is no longer necessary to add the plugin when also extending one of the presets:
{
- "plugins": ["workspaces"],
"extends": ["plugin:workspaces/recommended"]
}