Skip to content

Commit

Permalink
chore: add external to files to ignore for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Oct 30, 2023
1 parent e5876a6 commit f373c53
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .solhintignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
// Doesn't need to lint dev files
# Doesn't need to lint dev files
lib
scripts
test
mock
deprecated

// Doesn't need to lint build files
# Doesn't need to lint build files
artifacts
node_modules
cache-forge
cache-hh
export
out
typechain
typechain

# Doesn't need to lint utils files
external

0 comments on commit f373c53

Please sign in to comment.