Felicio Mununga 3c71b8c8f8
update ESLint (#636)
* update ESLint

* f

* f

* f

* c

* f

* f

* f

* f

* r

* u

* f

* f

* u
2024-11-14 06:50:42 +01:00

10 lines
184 B
JavaScript

import js from '@eslint/js'
/** @type {import('eslint').Linter.Config[]} */
export default [
{
...js.configs.recommended,
files: ['**/*.js', '**/*.mjs', '**/*.cjs'],
},
]