Skip to content

Commit

Permalink
Improve platform compatibility (Windows) (#21)
Browse files Browse the repository at this point in the history
* chore: add `rimraf` to allows Windows development

* docs: add better debug info to errors

* fix: enable `javascriptreact` lang for react projs

* fix: update folder path to support Windows

fixes "[exthost] [error] t" from #18
  • Loading branch information
zachhardesty7 committed Mar 15, 2020
1 parent cb9cd57 commit 1d209ca
Show file tree
Hide file tree
Showing 9 changed files with 189 additions and 1,109 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ In an effort to support all possible plugins and to keep size small, this extens

- Does not support globally installed eslint or plugin packages
- ESLint v4.15.0 added an official location for rules to store a URL to their documentation in the rule metadata in [eslint/eslint#9788](https://github.com/eslint/eslint/pull/9788). This adds the URL to all the existing rules so anything consuming them can know where their documentation is without having to resort to external packages to guess. If your plugin hasn't included this metadata, its possible you have an older version that needs to be updated.
- When using the JS configuration file format, this extension currently only supports rules existing in a single exports object at the root (`module.exports.rules`).
- When using the JS configuration file format, this extension currently only supports rules existing
in a single exports object at the root (`module.exports.rules`). Additionally, the language mode
must match `javascript` or `javascriptreact`.

0 comments on commit 1d209ca

Please sign in to comment.