Remove codecov.io, coveralls, eslint for now

Given that eslint is adding TypeScript support, we can migrate back to
ESLint in the future.
This commit is contained in:
Elliot Lee
2019-09-03 10:56:07 -07:00
parent e387261d52
commit f36008425f
5 changed files with 9 additions and 1362 deletions

View File

@@ -59,5 +59,3 @@ out/
# Ignore perf test cache
scripts/cache
eslintrc

View File

@@ -19,10 +19,6 @@
},
"devDependencies": {
"@types/node": "^10.12.0",
"codecov.io": "^0.1.6",
"coveralls": "~2.11.4",
"eslint": "^4.19.1",
"eslint-plugin-no-unused-expressions": "^0.1.0",
"mocha": "^5.0.5",
"tslint": "^5.11.0",
"tslint-eslint-rules": "^5.4.0",

View File

@@ -1,7 +1,3 @@
/* eslint-disable no-unused-expressions/no-unused-expressions */
'use strict'
const assert = require('assert')
const api = require('../dist')

View File

@@ -1,7 +1,3 @@
/* eslint-disable no-unused-expressions/no-unused-expressions */
'use strict'
const assert = require('assert')
const api = require('../dist/xrp-codec')

File diff suppressed because it is too large Load Diff