Skip to content

Commit

Permalink
build(package): correctly init eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj authored and benlesh committed Aug 13, 2021
1 parent 321d205 commit a5f1dfe
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 11,930 deletions.
6 changes: 5 additions & 1 deletion .eslintrc
Expand Up @@ -114,5 +114,9 @@
"browser": true,
"node": true,
"jasmine": true
}
},
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
]
}

0 comments on commit a5f1dfe

Please sign in to comment.