Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #211 from AtomLinter/no-html
Browse files Browse the repository at this point in the history
Remove HTML from supported types
  • Loading branch information
Arcanemagus authored Dec 13, 2018
2 parents 3f14eeb + ce69eec commit ffdf5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
provideLinter() {
return {
name: 'CSSLint',
grammarScopes: ['source.css', 'source.html'],
grammarScopes: ['source.css'],
scope: 'file',
lintsOnChange: false,
lint: async (textEditor) => {
Expand Down

0 comments on commit ffdf5ab

Please sign in to comment.