mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-09 16:24:24 +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
|
|
}
|