aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2018-07-31 21:30:16 -0500
committerBen Beltran <ben@nsovocal.com>2018-07-31 21:30:16 -0500
commitb006b62b6d8de603bde0fa416a818608e3ed5574 (patch)
tree9cc1617b50700180cc548bb92222e6442ded7f86 /.eslintrc
parent440966c18cc6546ef7975049967c57bbb118fd2a (diff)
Dump codepen to a static site
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
new file mode 100644
index 0000000..ca29564
--- /dev/null
+++ b/.eslintrc
@@ -0,0 +1,14 @@
+{
+ "extends": "eslint-config-hapi",
+ "rules": {
+ "indent": [
+ 2,
+ 2
+ ],
+ "no-undef": 2,
+ "require-yield": 0
+ },
+ "parserOptions": {
+ "sourceType": "module"
+ }
+}