Commit d443162d authored by elenadimitrova's avatar elenadimitrova Committed by Liam Horne

Eslint ignore the hardhat folder

parent 8a1e63dd
......@@ -6,7 +6,7 @@ module.exports = {
"extends": [
"prettier",
],
"ignorePatterns": ["dist/**/*.ts"],
"ignorePatterns": ["dist/**/*.ts", "packages/contracts/hardhat"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "tsconfig.json",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment