Skip to content

Commit

Permalink
Meta, update devDependencies, lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Nov 26, 2019
1 parent 8ec1ee2 commit 99cc58e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- stable
- 12
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class OptionsSync<TOptions extends Options> {
*/
constructor({
// `as` reason: https://github.com/fregante/webext-options-sync/pull/21#issuecomment-500314074
// eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion
defaults = {} as TOptions,
storageName = 'options',
migrations = [],
Expand Down
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
"overrides": [
{
"files": "**/*.ts",
"extends": "xo-typescript"
"extends": "xo-typescript",
"rules": {
"@typescript-eslint/no-dynamic-delete": "off"
}
}
],
"rules": {
Expand All @@ -50,19 +53,19 @@
"webext-detect-page": "^1.0.2"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^0.4.0",
"@types/chrome": "0.0.86",
"@sindresorhus/tsconfig": "^0.6.0",
"@types/chrome": "0.0.91",
"@types/dom-inputevent": "^1.0.5",
"@types/throttle-debounce": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.10.2",
"@types/throttle-debounce": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^2.9.0",
"@typescript-eslint/parser": "^2.9.0",
"ava": "^2.2.0",
"eslint-config-xo-typescript": "^0.15.0",
"eslint-config-xo-typescript": "^0.22.0",
"esm": "^3.2.25",
"sinon": "^7.3.2",
"sinon-chrome": "^3.0.1",
"type-fest": "^0.6.0",
"typescript": "^3.5.2",
"type-fest": "^0.8.1",
"typescript": "^3.7.2",
"xo": "*"
},
"ava": {
Expand Down

0 comments on commit 99cc58e

Please sign in to comment.