Skip to content

Commit

Permalink
Add @nomiclabs/*/src to forbidden imports
Browse files Browse the repository at this point in the history
Co-authored-by: Patricio Palladino <email@patriciopalladino.com>
  • Loading branch information
fvictorio and alcuadrado committed Jan 26, 2022
1 parent 018688c commit ee1f2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/eslint/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ module.exports = {
],
"use-isnan": "error",
"no-restricted-imports": ["error", {
patterns: ["hardhat/src"]
patterns: ["hardhat/src", "@nomiclabs/*/src"]
}],
},
};

0 comments on commit ee1f2c8

Please sign in to comment.