Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #47 from mikesizz/feature/structural-refactor
Browse files Browse the repository at this point in the history
Structural Refactor
  • Loading branch information
veqtor authored Apr 12, 2021
2 parents b34b569 + 14dfae5 commit 940b271
Show file tree
Hide file tree
Showing 19 changed files with 1,645 additions and 907 deletions.
10 changes: 10 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": "eslint:recommended",
"env": {
"node": true,
"es6": true
},
"parserOptions": {
"ecmaVersion": 8
}
}
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12.20.1
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12.20.1
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"semi": false
}
570 changes: 0 additions & 570 deletions conseilUtil.js

This file was deleted.

294 changes: 0 additions & 294 deletions index.js

This file was deleted.

Loading

0 comments on commit 940b271

Please sign in to comment.