brackets-userland / brackets-eslint

Adds ESLint support to Brackets
MIT License
43 stars 15 forks source link

eslint minified files #57

Closed upamany closed 7 years ago

upamany commented 7 years ago

Does Eslint works on minified Java script files? If yes then does it need any extra functionality to be added. Currently my ESLINT is not scanning any minified files.

zaggino commented 7 years ago

Does eslint executed from command line scan these files? If yes, can you please submit a small project which replicates this?