mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-14 16:35:34 +00:00
3c71b8c8f8
* update ESLint * f * f * f * c * f * f * f * f * r * u * f * f * u
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'],
|
|
},
|
|
]
|