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 /.eslintrc | |
| parent | fc23e5d7fcd460c890a9535e1b827a3f2941953d (diff) | |
Configure eslint
Diffstat (limited to '.eslintrc')
| -rw-r--r-- | .eslintrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ { - "extends": "eslint-config-hapi" + "extends": "eslint-config-hapi", + "rules": { + "indent": ["error", 2] + } } |