File: .eslintrc

package info (click to toggle)
node-webpack-stats-plugin 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,160 kB
  • sloc: javascript: 1,580; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
---
extends:
  - formidable/configurations/es6-node
  - plugin:import/errors

plugins:
  - import
  - promise

rules:
  consistent-return: [error, { treatUndefinedAsUnspecified: true }]
  import/no-unresolved: [error, { commonjs: true }]