diff --git a/config/.solhintignore b/config/.solhintignore index b4ac21a5c..fd3755aa5 100644 --- a/config/.solhintignore +++ b/config/.solhintignore @@ -4,4 +4,4 @@ contracts/test/ contracts/zones/PausableZone.sol test/ -lib/ \ No newline at end of file +lib/ diff --git a/tsconfig.json b/tsconfig.json index e8c99bdc9..8ae556886 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ "resolveJsonModule": true }, "include": [ - "./scripts", + "./scripts", "./test", "./typechain-types", "./eip-712-types",