diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-11-09 22:26:55 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-11-09 22:26:55 -0600 |
| commit | aef6eff607f97150506522b8f8df89ac1ab2f72c (patch) | |
| tree | d838944350a42442d11015671ce573daca58f499 | |
| parent | fc23e5d7fcd460c890a9535e1b827a3f2941953d (diff) | |
Configure eslint
| -rw-r--r-- | .eslintignore | 1 | ||||
| -rw-r--r-- | .eslintrc | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..8e695ec --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +doc @@ -1,3 +1,6 @@ { - "extends": "eslint-config-hapi" + "extends": "eslint-config-hapi", + "rules": { + "indent": ["error", 2] + } } |