Skip to content

Commit

Permalink
MythxJS removed unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko Garozzo authored and Mirko Garozzo committed May 17, 2019
1 parent d1ae844 commit 99a3ea3
Show file tree
Hide file tree
Showing 9 changed files with 132 additions and 2,444 deletions.
15 changes: 15 additions & 0 deletions .eslintrc.js
@@ -0,0 +1,15 @@
module.exports = {
"env": {
"browser": true,
"commonjs": true,
"es6": true
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "2018",
"sourceType": "module"
},
"rules": {
"quotes": [ "error", "single" ]
}
};
8 changes: 8 additions & 0 deletions .prettierrc.js
@@ -0,0 +1,8 @@
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 4,
};

0 comments on commit 99a3ea3

Please sign in to comment.