Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bartos committed Sep 11, 2019
1 parent d82f680 commit 356f684
Show file tree
Hide file tree
Showing 2 changed files with 538 additions and 732 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ module.exports = {
'eslint:recommended',
'standard'
],
'parser': 'typescript-eslint-parser',
'parserOptions': {
'sourceType': 'module'
'sourceType': 'module'
},
'plugins': [
'typescript'
],
'rules': {
// our basic style rules
'semi': [
Expand Down
Loading

0 comments on commit 356f684

Please sign in to comment.