Skip to content

Commit

Permalink
Merge pull request #65 from susnux/master
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Dec 14, 2022
2 parents d07e9b8 + 7321d87 commit 43fece1
Show file tree
Hide file tree
Showing 6 changed files with 7,941 additions and 7,577 deletions.
6 changes: 2 additions & 4 deletions .eslintrc.js
Expand Up @@ -5,11 +5,9 @@ module.exports = {
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'plugin:prettier/recommended',
'prettier/@typescript-eslint'
],
plugins: [
'@typescript-eslint'
'prettier',
],
plugins: ['@typescript-eslint'],
env: { node: true, es6: true, jest: true },
parser: '@typescript-eslint/parser',
parserOptions: {
Expand Down

0 comments on commit 43fece1

Please sign in to comment.