File: .eslintrc.yml

package info (click to toggle)
node-errorhandler 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: javascript: 448; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
root: true
extends:
  - standard
  - plugin:markdown/recommended
plugins:
  - markdown
overrides:
  - files: '**/*.md'
    processor: 'markdown/markdown'
rules:
  no-param-reassign: error