# eslint-parser-plain

> Parse various types of files with ESLint.

Latest version **0.1.1** (published 2025-01-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-parser-plain
pnpm add eslint-parser-plain
yarn add eslint-parser-plain
bun add eslint-parser-plain
```

## Health

**Score 55/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads; pre 1.0.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2025-01-04 |
| First published | 2023-05-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 19 |
| Author | Ray |
| Maintainers | so1ve |
| Keywords | eslint, eslint-parser |

## Links

- npm: https://www.npmjs.com/package/eslint-parser-plain
- Repository: https://github.com/so1ve/eslint-parser-plain
- Homepage: https://github.com/so1ve/eslint-parser-plain#readme
- Issues: https://github.com/so1ve/eslint-parser-plain/issues
- npm.io page: https://npm.io/package/eslint-parser-plain

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 0.1.1 (latest) — 2025-01-04
- 0.1.0 — 2023-05-23

## README

# eslint-parser-plain

[![NPM version](https://img.shields.io/npm/v/eslint-parser-plain?color=a1b858&label=)](https://www.npmjs.com/package/eslint-parser-plain)

Allow you to parse various types of files with ESLint.

## 📦 Installation

```bash
$ npm install eslint-parser-plain -D
$ yarn add eslint-parser-plain -D
$ pnpm add eslint-parser-plain -D
```

## 🚀 Usage

In your eslint config file:

```ts
module.exports = {
  overrides: [
    {
      files: ["*.md"],
      parser: "eslint-parser-plain",
      rules: {
        "prettier/prettier": ["error", { parser: "markdown" }],
      },
    },
  ],
};
```

That's it!

## 📝 License

[MIT](./LICENSE). Made with ❤️ by [Ray](https://github.com/so1ve)

---
_Source: https://npm.io/package/eslint-parser-plain · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
