Skip to content

Commit

Permalink
turn off prettier in eslint due to conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed May 7, 2024
1 parent 6afb3ab commit 74ffddb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"import/namespace": "off",
"import/no-unresolved": "off",
"import/order": "off",
"no-console": "off"
"no-console": "off",
"prettier/prettier": "off"
},
"ignorePatterns": [
"**/lib/*"
Expand Down
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ system-contracts/contracts/Constants.sol
system-contracts/artifacts-zk
system-contracts/cache-zk
system-contracts/contracts-preprocessed
system-contracts/typechain
gas-bound-caller/artifacts-zk
gas-bound-caller/cache-zk
gas-bound-caller/typechain
l1-contracts/cache
l1-contracts/cache-forge
l1-contracts/artifacts
Expand Down

0 comments on commit 74ffddb

Please sign in to comment.