Fix linting
This commit is contained in:
parent
7bf407fbf1
commit
ffc6ce4586
3 changed files with 14 additions and 13 deletions
11
package.json
11
package.json
|
|
@ -46,14 +46,15 @@
|
|||
"types"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@sindresorhus/tsconfig": "^0.3.0",
|
||||
"@sindresorhus/tsconfig": "^0.4.0",
|
||||
"@types/jsdom": "^12.2.3",
|
||||
"@types/node": "^12.0.0",
|
||||
"@types/zen-observable": "^0.8.0",
|
||||
"@typescript-eslint/eslint-plugin": "^1.5.0",
|
||||
"ava": "^1.4.1",
|
||||
"del-cli": "^1.1.0",
|
||||
"eslint-config-xo-typescript": "^0.10.1",
|
||||
"@typescript-eslint/parser": "^1.10.2",
|
||||
"ava": "^2.1.0",
|
||||
"del-cli": "^2.0.0",
|
||||
"eslint-config-xo-typescript": "^0.14.0",
|
||||
"jsdom": "^15.0.0",
|
||||
"rxjs": "^6.4.0",
|
||||
"tempy": "^0.3.0",
|
||||
|
|
@ -85,6 +86,8 @@
|
|||
"BigUint64Array"
|
||||
],
|
||||
"rules": {
|
||||
"import/first": "off",
|
||||
"import/newline-after-import": "off",
|
||||
"@typescript-eslint/explicit-function-return-type": "off"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue