protocol/lerna.json
Elena 4d9b68d527
Removes references to tslint (#619)
* Removes references to tslint in contract-wrappers
which are obsoleted since https://github.com/0xProject/protocol/pull/584

* Remove tslint references in contracts/utils and test utils
obsoleted by https://github.com/0xProject/protocol/pull/589

* Remove tslint references in contracts/zeroex and test utils
obsoleted by https://github.com/0xProject/protocol/pull/587

* Remove other obsoleted tslint references

* Update contributing guidelines with eslint

* Fix prettier errors
2022-11-19 17:52:00 +02:00

13 lines
279 B
JSON

{
"lerna": "3.0.0-beta.23",
"packages": ["*"],
"version": "independent",
"command": {
"publish": {
"ignoreChanges": ["test/**/*", "*.md", "scripts", "lib", "tsconfig.json"]
}
},
"npmClient": "yarn",
"useWorkspaces": true
}