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

Commit

Permalink
Revert "Use @eth-optimism/dev" (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcontracts authored Mar 3, 2021
1 parent f3a2331 commit bb71092
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 8 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"glob": "^7.1.6"
},
"devDependencies": {
"@eth-optimism/dev": "^1.0.0",
"@eth-optimism/plugins": "^0.0.10",
"@eth-optimism/plugins": "^0.0.16",
"@eth-optimism/smock": "0.2.1-alpha.0",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
Expand Down
37 changes: 36 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
{
"extends": "@eth-optimism/dev/tslint.json"
"extends": [
"tslint:latest",
"tslint-config-prettier",
"tslint-plugin-prettier"
],
"rulesDirectory": [
"tslint-no-focused-test"
],
"rules": {
"ban-types": false,
"comment-format": false,
"interface-name": false,
"max-classes-per-file": false,
"member-ordering": false,
"no-bitwise": false,
"no-empty-interface": false,
"no-implicit-dependencies": [true, "dev"],
"no-string-literal": false,
"no-submodule-imports": false,
"no-unused-expression": false,
"object-literal-sort-keys": false,
"ordered-imports": false,
"prettier": [true, "prettier-config.json"],
"semicolon": false,
"variable-name": false,
"no-focused-test": true,
"no-console": false,
"array-type": false,
"class-name": false
},
"linterOptions": {
"exclude": [
"**/node_modules/**/*",
"bin/**/*"
]
}
}
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
ethers "5.0.0"
ganache-core "^2.12.1"

"@eth-optimism/dev@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@eth-optimism/dev/-/dev-1.0.0.tgz#6a8ba479abe9a87fc689ba7bc6d23365f90b3a00"
integrity sha512-btafO+VcHrWND3giztLo08LAaVx7k9UIODU0NEgw6NR2XvSZpcTbXf0xb4RDCMxwpmkbZc5gpyHrP72Uk9xSxw==

"@eth-optimism/ethereumjs-vm@^4.2.0-alpha.2":
version "4.2.0-alpha.2"
resolved "https://registry.yarnpkg.com/@eth-optimism/ethereumjs-vm/-/ethereumjs-vm-4.2.0-alpha.2.tgz#e8af5e0594224c36bb9f6756cf0ff38467d265b8"
Expand Down

0 comments on commit bb71092

Please sign in to comment.