Skip to content

Commit

Permalink
Update linter and Ts config.
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-godinez committed Aug 17, 2024
1 parent 78a101b commit 319a48b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default [
files: ['**/*.ts'],
languageOptions: {
parser: tsParser,
ecmaVersion: 2018,
ecmaVersion: 2022,
sourceType: 'module',
},
plugins: {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"include": [
"homebridge-ui",
"src"
"src",
"eslint.config.js"
],
"exclude": [
"node_modules",
Expand Down

0 comments on commit 319a48b

Please sign in to comment.