Skip to content

Commit

Permalink
style: add eslint support (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev authored Jan 9, 2023
1 parent d43068a commit c0390c8
Show file tree
Hide file tree
Showing 4 changed files with 2,302 additions and 187 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
root: true,
};
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"dbaeumer.vscode-eslint"
]
}
Loading

0 comments on commit c0390c8

Please sign in to comment.