mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 03:07:36 +02:00
build fixes
This commit is contained in:
+1
-7
@@ -12,13 +12,7 @@ module.exports = {
|
||||
version: 'detect',
|
||||
},
|
||||
},
|
||||
extends: [
|
||||
'plugin:react/recommended',
|
||||
'standard',
|
||||
'plugin:react/jsx-runtime',
|
||||
'plugin:testing-library/react',
|
||||
'plugin:jest/all',
|
||||
],
|
||||
extends: ['plugin:react/recommended', 'plugin:react/jsx-runtime'],
|
||||
globals: {
|
||||
Atomics: 'readonly',
|
||||
SharedArrayBuffer: 'readonly',
|
||||
|
||||
Reference in New Issue
Block a user