6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
/** @type {import("eslint").Linter.Config} */
|
|
module.exports = {
|
|
root: true,
|
|
extends: ["@opendaw/eslint-config/index.js"],
|
|
};
|