mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-02-22 02:58:12 +00:00
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'],
|
||
|
},
|
||
|
]
|