Skip to content

Commit

Permalink
build: update deps, xo, and test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrzhou committed May 27, 2021
1 parent 44c8043 commit 59ee83d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"c8": "^7.7.2",
"camelcase-css": "^2.0.1",
"known-css-properties": "^0.21.0",
"rimraf": "^3.0.2",
"tape": "^5.2.2",
"type-coverage": "^2.17.5",
"typescript": "^4.2.4",
Expand Down Expand Up @@ -70,6 +69,16 @@
"unicorn/no-array-for-each": "off",
"unicorn/no-array-reduce": "off",
"unicorn/prefer-node-protocol": "off"
}
},
"overrides": [
{
"files": [
"test/**/*.js"
],
"rules": {
"import/no-unassigned-import": "off"
}
}
]
}
}
4 changes: 2 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './create-theme.js';
export * from './theme-mapping.js';
import './create-theme.js';
import './theme-mapping.js';

0 comments on commit 59ee83d

Please sign in to comment.