1.3.0 • Published 2 years ago
@pilaton/eslint-config-markdown v1.3.0
@pilaton/eslint-config-markdown
ESLint configuration for checking markdown and mdx files.
!NOTE Package from the
eslint-ecomonorepository.
I recommend reading the documentation to understand the whole picture.
Included in the package
Install
npm i @pilaton/eslint-config-markdown --save-devUsage
This configuration is created for the new ESLint Flat Config, and only supports ESM!
eslint.config.js (eslint>=v8.23.1)
import markdown from '@pilaton/eslint-config-markdown';
export default [
{
// Your config
},
...markdown,
{
// Your config
},
];