mirror of
https://github.com/status-im/status-web.git
synced 2025-01-12 13:44:39 +00:00
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',
|
||
|
],
|
||
|
},
|
||
|
]
|