Skip to content

Commit

Permalink
chore: install nolyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Aug 24, 2023
1 parent e218614 commit 6295af8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ module.exports = {
{
files: ['**/*.ts', '**/*.tsx'],
extends: [
'sukka/typescript',
'plugin:react-hooks/recommended'
'sukka/react',
'sukka/typescript'
],
plugins: [
'react-hooks'
Expand Down
31 changes: 7 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
"eslint-config-sukka": "^3.0.4",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.28.0-2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"nollup": "^0.21.0",
"preact": "^10.16.0",
Expand All @@ -146,38 +147,20 @@
"foxact": "^0.2.20"
},
"overrides": {
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@latest",
"function-bind": "npm:@nolyfill/function-bind@latest",
"has": "npm:@nolyfill/has@latest",
"has-proto": "npm:@nolyfill/has-proto@latest",
"has-symbols": "npm:@nolyfill/has-symbols@latest",
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.find": "npm:@nolyfill/array.prototype.find@latest",
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@latest",
"arraybuffer.prototype.slice": "npm:@nolyfill/arraybuffer.prototype.slice@latest",
"function-bind": "npm:@nolyfill/function-bind@latest",
"function.prototype.name": "npm:@nolyfill/function.prototype.name@latest",
"get-symbol-description": "npm:@nolyfill/get-symbol-description@latest",
"globalthis": "npm:@nolyfill/globalthis@latest",
"gopd": "npm:@nolyfill/gopd@latest",
"has": "npm:@nolyfill/has@latest",
"has-property-descriptors": "npm:@nolyfill/has-property-descriptors@latest",
"is-array-buffer": "npm:@nolyfill/is-array-buffer@latest",
"is-shared-array-buffer": "npm:@nolyfill/is-shared-array-buffer@latest",
"object-keys": "npm:@nolyfill/object-keys@latest",
"es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.entries": "npm:@nolyfill/object.entries@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
"object.groupby": "npm:@nolyfill/object.groupby@latest",
"object.hasown": "npm:@nolyfill/object.hasown@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"regexp.prototype.flags": "npm:@nolyfill/regexp.prototype.flags@latest",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest",
"string.prototype.trim": "npm:@nolyfill/string.prototype.trim@latest",
"string.prototype.trimend": "npm:@nolyfill/string.prototype.trimend@latest",
"string.prototype.trimstart": "npm:@nolyfill/string.prototype.trimstart@latest",
"typed-array-buffer": "npm:@nolyfill/typed-array-buffer@latest",
"typed-array-byte-length": "npm:@nolyfill/typed-array-byte-length@latest",
"typed-array-byte-offset": "npm:@nolyfill/typed-array-byte-offset@latest",
"typed-array-length": "npm:@nolyfill/typed-array-length@latest"
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest"
}
}

0 comments on commit 6295af8

Please sign in to comment.