Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linting JavaScript code in .html file. #48

Open
neerajsachan opened this issue Oct 10, 2016 · 2 comments
Open

Linting JavaScript code in .html file. #48

neerajsachan opened this issue Oct 10, 2016 · 2 comments
Assignees
Labels

Comments

@neerajsachan
Copy link
Collaborator

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
Copy link
Member

@neerajsachan We should make both changes in the Pull Request

@neerajsachan
Copy link
Collaborator Author

Changes made in the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants