mirror of
https://github.com/parnic/MMM-IntelliCenter.git
synced 2025-06-16 13:20:12 -05:00
9 lines
129 B
JavaScript
9 lines
129 B
JavaScript
import eslint from "@eslint/js";
|
|
|
|
export default [
|
|
eslint.configs.recommended,
|
|
{
|
|
ignores: ["eslint.config.mjs"],
|
|
},
|
|
];
|