Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 3055fe7

Browse files
authored
chore(pkg): fix error & bump version (#1366)
1 parent 728f771 commit 3055fe7

File tree

95 files changed

+2589
-1175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+2589
-1175
lines changed

.eslintrc.js

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
'plugin:@typescript-eslint/recommended',
1111
// see: https://stackoverflow.com/a/56696478/4050784
1212
'plugin:import/typescript',
13+
'plugin:@next/next/recommended',
1314
],
1415
// extends: ['@groupher/eslint-config-web'],
1516
settings: {
@@ -43,6 +44,7 @@ module.exports = {
4344
},
4445
},
4546
rules: {
47+
'react/no-unknown-property': 0,
4648
'no-extra-boolean-cast': 0,
4749
'react/require-default-props': 0,
4850
'@typescript-eslint/no-var-requires': 0,

deploy/production/web.tar.gz

-105 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)