Skip to content

Commit

Permalink
tslint to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
arsonik committed Aug 31, 2020
1 parent 7d5ecfa commit e1377d4
Show file tree
Hide file tree
Showing 8 changed files with 792 additions and 250 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
@@ -0,0 +1,2 @@
node_modules
dist
11 changes: 11 additions & 0 deletions .eslintrc.js
@@ -0,0 +1,11 @@
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
plugins: [
'@typescript-eslint',
],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
],
};

0 comments on commit e1377d4

Please sign in to comment.