Skip to content

Commit

Permalink
reverted ts upgrade and specified eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kian Attari authored and stevengill committed Aug 5, 2020
1 parent 43c23b4 commit e8bc892
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# builtin file has a lot of formatting issues
builtin.ts

**/*.spec.ts
src/**/*.spec.ts

src/test-helpers.ts
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,14 @@
"ts-node": "^8.1.0",
"tsd": "^0.13.1",
"tslint": "^5.15.0",
<<<<<<< HEAD
"tslint-config-airbnb": "^5.11.1",
"typescript": "^3.7.2"
},
"tsd": {
"directory": "types-tests"
=======
"typescript": "^3.7.2"
>>>>>>> reverted ts upgrade and specified eslintignore
}
}

0 comments on commit e8bc892

Please sign in to comment.