Skip to content

Commit

Permalink
docs: Remove Atom (#322)
Browse files Browse the repository at this point in the history
fixes #321
  • Loading branch information
nzakas authored Mar 10, 2025
1 parent f17311e commit bd53ff4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,6 @@ export default [

[`vscode-eslint`](https://github.com/microsoft/vscode-eslint) has built-in support for the Markdown processor.

### Atom

The [`linter-eslint`](https://atom.io/packages/linter-eslint) package allows for linting within the [Atom IDE](https://atom.io/).

In order to see `@eslint/markdown` work its magic within Markdown code blocks in your Atom editor, you can go to `linter-eslint`'s settings and within "List of scopes to run ESLint on...", add the cursor scope "source.gfm".

However, this reports a problem when viewing Markdown which does not have configuration, so you may wish to use the cursor scope "source.embedded.js", but note that `@eslint/markdown` configuration comments and skip directives won't work in this context.

## File Name Details

This processor will use file names from blocks if a `filename` meta is present.
Expand Down

0 comments on commit bd53ff4

Please sign in to comment.