Skip to content

Commit 61dad93

Browse files
committed
migrated from tslint to eslint and upgraded to node 16
1 parent ac4f0c4 commit 61dad93

File tree

6 files changed

+11436
-778
lines changed

6 files changed

+11436
-778
lines changed

.eslintrc.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
env:
2+
browser: true
3+
es2021: true
4+
parser: '@typescript-eslint/parser'
5+
parserOptions:
6+
ecmaVersion: 12
7+
sourceType: module
8+
plugins:
9+
- '@typescript-eslint'
10+
- prettier
11+
rules:
12+
'prettier/prettier': error

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
node_modules
33
spec
44
src
5+
.editorconfig
6+
.eslintrc.yml
57
.gitignore
68
.prettierrc
79
npm-debug.log
810
tsconfig.json
9-
tslint.json
1011

1112
*.map

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.17.3
1+
16.5.0

0 commit comments

Comments
 (0)