File: .eslintrc

package info (click to toggle)
node-babel-plugin-transform-define 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 200 kB
  • ctags: 13
  • sloc: makefile: 6; sh: 2
file content (14 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
"extends":
  - "formidable/configurations/es6"

rules:
  no-magic-numbers: OFF
  max-statements: OFF
  no-console: OFF
  max-len:
    - error
    - 120

globals:
  console: false