mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-01-29 13:25:54 +00:00
3c71b8c8f8
* update ESLint * f * f * f * c * f * f * f * f * r * u * f * f * u
10 lines
184 B
JavaScript
10 lines
184 B
JavaScript
import js from '@eslint/js'
|
|
|
|
/** @type {import('eslint').Linter.Config[]} */
|
|
export default [
|
|
{
|
|
...js.configs.recommended,
|
|
files: ['**/*.js', '**/*.mjs', '**/*.cjs'],
|
|
},
|
|
]
|