mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
build fixes
This commit is contained in:
parent
4980a02ec4
commit
7f5c1ae7a7
4 changed files with 61 additions and 5 deletions
|
@ -12,7 +12,11 @@ module.exports = {
|
|||
version: 'detect',
|
||||
},
|
||||
},
|
||||
extends: ['plugin:react/recommended', 'plugin:react/jsx-runtime'],
|
||||
extends: [
|
||||
'plugin:react/recommended',
|
||||
'plugin:react/jsx-runtime',
|
||||
'plugin:@next/next/recommended',
|
||||
],
|
||||
globals: {
|
||||
Atomics: 'readonly',
|
||||
SharedArrayBuffer: 'readonly',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue