Consensys / truffle-security

MythX smart contract security verification plugin for Truffle Framework
https://mythx.io
124 stars 28 forks source link

eslint 6.0.1 incompatible #228

Closed celeduc closed 4 years ago

celeduc commented 5 years ago

Using truffle-security with eslint 6.0.1 causes the following error when attempting to use truffle run verify:

> truffle run verify
style is not a valid eslint formatter.

Downgrading to eslint 5.16.0 resolves this error.

Note: this error happens whether a truffle-security.json file is present or not.

danielrea commented 4 years ago

We now use 5.16.0 by default.