Linter choice #2079
-
@PatrickAlphaC why do you not like ESLint and what do you use in it's place (if any)? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
solhint is used in this course instead. ESLint is used for JS. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I like prettier... eslint always feels weird to me. But you can use whatever you like! Keep in mind, eslint is a linter and prettier is a formatter. They are slightly different, but I feel like for javascript formatting does 90% of linting anways. |
Beta Was this translation helpful? Give feedback.
I like prettier... eslint always feels weird to me. But you can use whatever you like!
Keep in mind, eslint is a linter and prettier is a formatter. They are slightly different, but I feel like for javascript formatting does 90% of linting anways.