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

Commit ffdf5ab

Browse files
authored
Merge pull request #211 from AtomLinter/no-html
Remove HTML from supported types
2 parents 3f14eeb + ce69eec commit ffdf5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default {
7171
provideLinter() {
7272
return {
7373
name: 'CSSLint',
74-
grammarScopes: ['source.css', 'source.html'],
74+
grammarScopes: ['source.css'],
7575
scope: 'file',
7676
lintsOnChange: false,
7777
lint: async (textEditor) => {

0 commit comments

Comments
 (0)