Skip to content

Commit

Permalink
Forgot about hidden files. xD
Browse files Browse the repository at this point in the history
  • Loading branch information
erinosher committed Nov 3, 2017
1 parent b78d112 commit 52b1bd3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
"env"
]
}
29 changes: 29 additions & 0 deletions .eslintr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"indent": [
"error",
4
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"double"
],
"semi": [
"error",
"never"
],
"no-console": "off"
}
}

0 comments on commit 52b1bd3

Please sign in to comment.