Skip to content

Commit

Permalink
Merge pull request #83 from dominant-strategies/Linter
Browse files Browse the repository at this point in the history
Linter
  • Loading branch information
Denis2626 authored Apr 15, 2024
2 parents 04af6d4 + d18216e commit 1ce5dd2
Show file tree
Hide file tree
Showing 3 changed files with 1,900 additions and 106 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
],
};
Loading

0 comments on commit 1ce5dd2

Please sign in to comment.