mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-12 23:14:53 +00:00
u
This commit is contained in:
parent
e7bea50d3d
commit
10fb7ac6dc
@ -5,7 +5,7 @@ export default [
|
||||
...configs,
|
||||
...tailwindcssConfigs,
|
||||
{
|
||||
files: ['*.ts', '*.tsx'],
|
||||
files: ['**/*.ts', '**/*.tsx'],
|
||||
rules: {
|
||||
'no-constant-binary-expression': 'error',
|
||||
'no-restricted-globals': ['error', 'process'],
|
||||
@ -15,10 +15,11 @@ export default [
|
||||
img: [],
|
||||
},
|
||||
],
|
||||
'no-empty': 'warn',
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['*.mjs'],
|
||||
files: ['**/*.mjs'],
|
||||
languageOptions: {
|
||||
parserOptions: {
|
||||
ecmaVersion: 'latest',
|
||||
@ -27,7 +28,7 @@ export default [
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['*.js'],
|
||||
files: ['**/*.js'],
|
||||
languageOptions: {
|
||||
parserOptions: {
|
||||
ecmaVersion: 'latest',
|
||||
|
Loading…
x
Reference in New Issue
Block a user