mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-29 14:25:45 +03:00
22 lines
387 B
JSON
22 lines
387 B
JSON
|
{
|
||
|
"env": {
|
||
|
"es2022": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"plugin:unicorn/recommended",
|
||
|
"plugin:prettier/recommended",
|
||
|
"plugin:svelte/recommended",
|
||
|
],
|
||
|
"plugins": [
|
||
|
"unicorn",
|
||
|
"prettier",
|
||
|
],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["*.svelte"],
|
||
|
"processor": "svelte3/svelte3"
|
||
|
}
|
||
|
],
|
||
|
"root": true
|
||
|
}
|