Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed https://markdown-it.github.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
348 B

extends: standard
overrides:
-
files: [ '*.mjs' ]
rules:
no-restricted-globals: [ 2, require, __dirname ]
-
files: [ 'test/**' ]
env: { mocha: true }
-
files: [ 'lib/**' ]
parserOptions: { ecmaVersion: 2015 }
ignorePatterns:
- demo/
- dist/
- benchmark/extra/
rules:
camelcase: 0
no-multi-spaces: 0