mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-28 07:05:11 +00:00
10 lines
188 B
JavaScript
10 lines
188 B
JavaScript
|
import configs from '@status-im/eslint-config'
|
||
|
|
||
|
/** @type {import('eslint').Linter.Config[]} */
|
||
|
export default [
|
||
|
...configs,
|
||
|
{
|
||
|
ignores: ['dist', 'index.js', 'index.es.js'],
|
||
|
},
|
||
|
]
|