Skip to content

Commit

Permalink
Add linter for healthcare/datasets
Browse files Browse the repository at this point in the history
Ref: #836
  • Loading branch information
fhinkel committed Nov 9, 2018
1 parent cb3ba4d commit 3788297
Show file tree
Hide file tree
Showing 5 changed files with 191 additions and 136 deletions.
17 changes: 17 additions & 0 deletions healthcare/datasets/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
extends:
- 'eslint:recommended'
- 'plugin:node/recommended'
- prettier
plugins:
- node
- prettier
rules:
prettier/prettier: error
block-scoped-var: error
eqeqeq: error
no-warning-comments: warn
no-var: error
prefer-const: error
no-console: off
node/no-unpublished-require: off
Loading

0 comments on commit 3788297

Please sign in to comment.