Openzeppelin-contracts: add a lint:fix command to package.json

Created on 4 Jan 2018  路  2Comments  路  Source: OpenZeppelin/openzeppelin-contracts

we should have a npm run lint:fix script that runs eslint . --fix to handle the simple fixes automatically.

Most helpful comment

If this can be done with npm run lint -- --fix we can close this.

All 2 comments

Note that this can be done currently as npm run lint -- --fix, I think.

If this can be done with npm run lint -- --fix we can close this.

Was this page helpful?
0 / 5 - 0 ratings