mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
{
|
|
"extends": "../.eslintrc",
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"rules": {
|
|
"no-console": "off"
|
|
}
|
|
} |