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
e2d304c130
commit
4980a02ec4
3 changed files with 7 additions and 9 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue