Skip to content

Commit

Permalink
Switched from ESLint to TSLint
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Jul 16, 2020
1 parent ff574fc commit 5754e1d
Show file tree
Hide file tree
Showing 6 changed files with 737 additions and 1,082 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ESLint config
# http://eslint.org/docs/user-guide/configuring
# https://jstools.dev/eslint-config/

root: true
extends: "@jsdevtools"

env:
node: true
Loading

0 comments on commit 5754e1d

Please sign in to comment.