mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
9 lines
198 B
JavaScript
9 lines
198 B
JavaScript
|
/** @type {import("eslint").Linter.Config} */
|
||
|
module.exports = {
|
||
|
extends: "@meshtastic/eslint-config",
|
||
|
parserOptions: {
|
||
|
tsconfigRootDir: __dirname,
|
||
|
project: ["./tsconfig.json"],
|
||
|
},
|
||
|
};
|