Skip to content

Commit

Permalink
now can lint htm/l files with inline JS
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed May 13, 2024
1 parent 66a6b94 commit 72d4aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
plugins: [
'compat',
'no-floating-promise',
'eslint-plugin-html',
],
parserOptions: {
sourceType: 'module',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"eslint": "^8.0.0",
"eslint-config-airbnb-base": "",
"eslint-plugin-compat": "",
"eslint-plugin-html": "",
"eslint-plugin-import": "",
"eslint-plugin-no-floating-promise": "",
"tslint": "",
Expand Down

0 comments on commit 72d4aff

Please sign in to comment.