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