mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-03 18:07:48 -08:00
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
|
|
|
|
|
|
{
|
|
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:@docusaurus/recommended"],
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": ["@docusaurus", "@typescript-eslint"],
|
|
"root": true
|
|
} |