Skip to content

Commit

Permalink
chore: make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Nov 12, 2023
1 parent 27be36a commit 8a4c0f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/data/single-file/src/es6-object-assign.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module.exports = {
polyfill(){}
}
polyfill() {
// noop
}
};

0 comments on commit 8a4c0f8

Please sign in to comment.