You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the solidity parts only run on contracts and test, the javascript/typescript part runs on all subfolders. This includes lib/* that contains the @openzeppelin/contracts submodules. These module include some javascript and typescript (tests, scripts, ...) thatare linted using a potentially different version/config of prettier.
This forces us to use the same prettier version/config as the main repos, which means we have to synchronise the updates.
We should configure linting in this repo so that lib/* is NOT linted.
The text was updated successfully, but these errors were encountered:
Right now, the linter is configures as:
While the solidity parts only run on
contracts
andtest
, the javascript/typescript part runs on all subfolders. This includeslib/*
that contains the @openzeppelin/contracts submodules. These module include some javascript and typescript (tests, scripts, ...) thatare linted using a potentially different version/config of prettier.This forces us to use the same prettier version/config as the main repos, which means we have to synchronise the updates.
We should configure linting in this repo so that
lib/*
is NOT linted.The text was updated successfully, but these errors were encountered: