mirror of
https://github.com/hans/obsidian-citation-plugin.git
synced 2022-05-23 09:36:41 +03:00
22 lines
427 B
JSON
22 lines
427 B
JSON
|
|
{
|
|
"env": {
|
|
"browser": false,
|
|
"es6": true,
|
|
"node": true
|
|
},
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"project": "tsconfig.json",
|
|
"sourceType": "module"
|
|
},
|
|
"extends": [
|
|
"prettier",
|
|
"prettier/@typescript-eslint",
|
|
"plugin:prettier/recommended",
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/recommended"
|
|
],
|
|
"plugins": ["prettier", "@typescript-eslint"]
|
|
}
|