mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 03:58:53 +08:00
17 lines
283 B
JavaScript
17 lines
283 B
JavaScript
|
module.exports = {
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"commonjs": true,
|
||
|
"es2021": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": "eslint:recommended",
|
||
|
"overrides": [
|
||
|
],
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": "latest"
|
||
|
},
|
||
|
"rules": {
|
||
|
}
|
||
|
}
|