rcorp / standard-project-structure

A mission to improve developer productivity. Automate Everything ™ !
Apache License 2.0
5 stars 3 forks source link

Linting JavaScript code in .html file. #48

Open neerajsachan opened 7 years ago

neerajsachan commented 7 years ago

When we add the JavaScript code in the .html file ; if linting file Eslint is not working then firstly change the setting of the linter-eslint atom package click in the LintHTML files box and then install plugin eslint-plugin-html "npm install eslint-plugin-html " also add the plugin in the .eslintrc file like
{ "plugins": [ "html" ] }

gaurav21r commented 7 years ago

@neerajsachan We should make both changes in the Pull Request

neerajsachan commented 7 years ago

Changes made in the pull request.