mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 21:54:20 -08:00
add eslint config
This commit is contained in:
parent
374ef080d8
commit
9267cb5cc0
4
.eslintrc
Normal file
4
.eslintrc
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"plugins": ["@docusaurus"],
|
||||||
|
"extends": ["plugin:@docusaurus/recommended"]
|
||||||
|
}
|
|
@ -1,8 +0,0 @@
|
||||||
/** @type {import("eslint").Linter.Config} */
|
|
||||||
module.exports = {
|
|
||||||
extends: "@meshtastic/eslint-config",
|
|
||||||
parserOptions: {
|
|
||||||
tsconfigRootDir: __dirname,
|
|
||||||
project: ["./tsconfig.json"],
|
|
||||||
},
|
|
||||||
};
|
|
Loading…
Reference in a new issue