Skip to content

Commit

Permalink
html-checker off
Browse files Browse the repository at this point in the history
  • Loading branch information
astroboyReloaded committed Jan 24, 2024
1 parent 5c99b05 commit e198ec4
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .hintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,25 @@
"connector": {
"name": "local",
"options": {
"pattern": ["**", "!.git/**", "!node_modules/**"]
"pattern": [
"**",
"!.git/**",
"!node_modules/**"
]
}
},
"extends": ["development"],
"formatters": ["stylish"],
"extends": [
"development"
],
"formatters": [
"stylish"
],
"hints": [
"button-type",
"disown-opener",
"html-checker",
// "html-checker",
"meta-charset-utf-8",
"meta-viewport",
"no-inline-styles:error"
]
}
}

0 comments on commit e198ec4

Please sign in to comment.