X-Git-Url: https://git.r.bdr.sh/rbdr/dasein/blobdiff_plain/7eb26514c478cfa06a797e9d63a29ef6a6d16d59..cc69fef4b7e1587a91a0603d4bd1a46d0b133dd5:/.eslintrc?ds=sidebyside diff --git a/.eslintrc b/.eslintrc new file mode 100644 index 0000000..d309053 --- /dev/null +++ b/.eslintrc @@ -0,0 +1,10 @@ +{ + "extends": "eslint-config-hapi", + "rules": { + "indent": [ + 2, + 2 + ], + "no-undef": 2 + } +}