AriaFallah / WebpackTutorial

A simple webpack tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eslint

aadil42 opened this issue · comments

@AriaFallah This is a really concise and neat tutorial. Please also make tutorials on other technologies like npm, graph-ql, etc.

Now to my question. are esLint and webpack similar. Like coca-cola and Pepsi?

ESLint is a JS analyser, used to identify problems, which is built-in for many text editors. Webpack is a module bundler that bundles different JS files in your project, to use with a browser. So, not similar.