Skip to content

Commit

Permalink
Code organization
Browse files Browse the repository at this point in the history
Turning AirBNB lint and Babel on
Webpack DEV enhanced
Tempo function draft
  • Loading branch information
Pedro Carrazco committed Oct 4, 2018
1 parent 7b83883 commit 567a944
Show file tree
Hide file tree
Showing 77 changed files with 51,243 additions and 205 deletions.
23 changes: 23 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "airbnb",
"parserOptions": {
"ecmaFeatures": {
"experimentalObjectRestSpread": true
Expand All @@ -9,5 +10,27 @@
"es6": true
},
"rules": {
"indent": [
"error",
4
],
"linebreak-style": [
"error",
"unix"
],
"quotes": 1,
"semi": [
"error",
"always"
],
"no-console": 0,
"import/no-extraneous-dependencies": [
"error",
{
"devDependencies": [
"dist/*.js"
]
}
]
}
}
Loading

0 comments on commit 567a944

Please sign in to comment.