Skip to content

Commit

Permalink
fix: code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Sep 24, 2019
1 parent 3927c14 commit 662c52f
Show file tree
Hide file tree
Showing 18 changed files with 924 additions and 1,000 deletions.
23 changes: 23 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
module.exports = {
parserOptions: {
ecmaVersion: 2017,
},
env: {
browser: true,
es6: true,
},
parserOptions: {
sourceType: "module",
},
extends: ["eslint:recommended", "prettier"],
plugins: ["prettier", "json"],
rules: {
"prettier/prettier": [
"error",
{
singleQuote: false,
},
],
eqeqeq: ["error", "always"],
},
};
22 changes: 0 additions & 22 deletions .eslintrc.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .prettierrc

This file was deleted.

Loading

0 comments on commit 662c52f

Please sign in to comment.