Skip to content

Commit

Permalink
Chore/remove unneccessary code (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Perronef5 authored Feb 6, 2023
1 parent f0d8618 commit 8a111db
Show file tree
Hide file tree
Showing 209 changed files with 34,330 additions and 29,326 deletions.
8 changes: 4 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"env": {
"browser": true
"browser": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"sourceType": "module",
"project": "./tsconfig.json",
"project": "tsconfig.json",
"tsconfigRootDir": "./"
},
},
"extends": [
"plugin:prettier/recommended",
"prettier/react",
Expand Down
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) PALMTREE 2021
Copyright (c) PALMTREE 2022

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion hardhat.config.ts

This file was deleted.

Loading

0 comments on commit 8a111db

Please sign in to comment.