mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-12 15:04:52 +00:00
3c71b8c8f8
* update ESLint * f * f * f * c * f * f * f * f * r * u * f * f * u
14 lines
227 B
JavaScript
14 lines
227 B
JavaScript
/** @type {import('eslint').Linter.Config[]} */
|
|
export default [
|
|
{
|
|
ignores: [
|
|
'**/dist',
|
|
'**/node_modules',
|
|
'**/protos',
|
|
'**/proto',
|
|
'**/coverage',
|
|
'**/storybook-static',
|
|
],
|
|
},
|
|
]
|