mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 03:07:36 +02:00
build fixes
This commit is contained in:
+5
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user