File: .eslintrc.yml

package info (click to toggle)
node-on-finished 2.4.1%2B~1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: javascript: 1,259; makefile: 29
file content (9 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
root: true
extends:
  - standard
  - plugin:markdown/recommended
plugins:
  - markdown
overrides:
  - files: '**/*.md'
    processor: 'markdown/markdown'