eslint-parser-plain
Parse various types of files with ESLint.
Last updated a year ago by so1ve .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install eslint-parser-plain 
SYNC missed versions from official npm registry.

eslint-parser-plain

NPM version

Allow you to parse various types of files with ESLint.

???? Installation

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

???? Usage

In your eslint config file:

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

That's it!

???? License

MIT. Made with ❤️ by Ray

Current Tags

  • 0.1.1                                ...           latest (a year ago)

2 Versions

  • 0.1.1                                ...           a year ago
  • 0.1.0                                ...           3 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (11)

Copyright 2013 - present © cnpmjs.org | Home |