File: .eslintrc.yml

package info (click to toggle)
node-react-transition-group 4.4.5%2B~cs4.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,388 kB
  • sloc: javascript: 15,360; makefile: 12
file content (8 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
8
rules:
  react/prop-types: off
  no-unused-vars:
    - error
    - varsIgnorePattern: ^_$
  import/no-extraneous-dependencies:
    - error
    - devDependencies: true