Anybody here use a linter for coding in p5.js?

So it’s funny that you tell me about eslint-config-p5js because I just learning about it 2 minutes ago in this coding train video: https://www.youtube.com/watch?v=clzTwZgMlqE . Definetly will be looking into that.

I wasn’t able to tell eslint to ignore undefined variables, so removed the ‘extends eslint’ part from the rules which are the default rules.

Also just learned about Prettier instead https://prettier.io/ in the comments of that video. Will check that out as well.

Do you use a linter for p5.js @Sven?

1 Like