Skip to content

Commit

Permalink
Merge pull request #2 from jorgeatgu/develop
Browse files Browse the repository at this point in the history
new version
  • Loading branch information
jorgeatgu committed Mar 11, 2021
2 parents 7687353 + d0a3bfd commit aac7c28
Show file tree
Hide file tree
Showing 807 changed files with 2,251,018 additions and 27,367 deletions.
58 changes: 28 additions & 30 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@
{
"env":
"env":
{
"browser": true,
"es6": true
},
"globals":
{
"Atomics": "readonly",
"SharedArrayBuffer": "readonly",
"d3": false,
"react": true,
"customElements": true,
"HTMLImports": true,
"Polymer": true,
"ShadyDOM": true
},
"parserOptions":
{
"ecmaVersion": 2018,
"ecmaFeatures":
{
"browser": true,
"es6": true
"experimentalObjectRestSpread": true
},
"extends": [
"standard",
"prettier"
],
"globals":
{
"Atomics": "readonly",
"SharedArrayBuffer": "readonly",
"d3": false,
"react": true,
"customElements": true,
"HTMLImports": true,
"Polymer": true,
"ShadyDOM": true
},
"parserOptions": {
"ecmaVersion": 6,
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
},
"rules":
{
"indent": ["error", 4],
"semi": ["error", "always"],
"space-before-function-paren": ["error", "never"]
}
"sourceType": "module"
},
"rules":
{
"indent": ["error", 2],
"space-before-function-paren": ["error", "never"]
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ typings/

.DS_Store


.vercel
2 changes: 2 additions & 0 deletions .nowignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package.json
gulpfile.js
src
rollup.config.js
d3.js
8 changes: 8 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"arrowParens": "avoid",
"spaceBeforeFunctionParen": true
}
15 changes: 15 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"esmodules": true
},
"bugfixes": true,
"modules": false
}
]
],
"plugins": ["@babel/plugin-proposal-object-rest-spread"]
}
File renamed without changes.
70 changes: 0 additions & 70 deletions comparador.html

This file was deleted.

2 comments on commit aac7c28

@vercel
Copy link

@vercel vercel bot commented on aac7c28 Mar 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

La casa caida – ./

la-casa-caida-jorgeatgu.vercel.app
casacaida.co
la-casa-caida-git-master-jorgeatgu.vercel.app

@vercel
Copy link

@vercel vercel bot commented on aac7c28 Mar 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.