init
This commit is contained in:
16
biome.json
16
biome.json
@@ -24,13 +24,13 @@
|
||||
},
|
||||
"javascript": {
|
||||
"formatter": {
|
||||
"quoteStyle": "double"
|
||||
"quoteStyle": "single"
|
||||
}
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"includes": [
|
||||
"**/*.{ts,tsx}"
|
||||
"**/*.{ts,tsx,js,jsx}"
|
||||
],
|
||||
"linter": {
|
||||
"rules": {
|
||||
@@ -98,7 +98,7 @@
|
||||
},
|
||||
{
|
||||
"includes": [
|
||||
"**/*.{ts,tsx}"
|
||||
"**/*.{ts,tsx,js,jsx}"
|
||||
],
|
||||
"javascript": {
|
||||
"globals": []
|
||||
@@ -106,7 +106,7 @@
|
||||
},
|
||||
{
|
||||
"includes": [
|
||||
"**/*.{ts,tsx}"
|
||||
"**/*.{ts,tsx,js,jsx}"
|
||||
],
|
||||
"linter": {
|
||||
"rules": {
|
||||
@@ -144,7 +144,7 @@
|
||||
},
|
||||
{
|
||||
"includes": [
|
||||
"**/*.{ts,tsx}"
|
||||
"**/*.{ts,tsx,js,jsx}"
|
||||
],
|
||||
"linter": {
|
||||
"rules": {
|
||||
@@ -172,7 +172,7 @@
|
||||
},
|
||||
{
|
||||
"includes": [
|
||||
"**/*.{ts,tsx}"
|
||||
"**/*.{ts,tsx,js,jsx}"
|
||||
],
|
||||
"linter": {
|
||||
"rules": {
|
||||
@@ -185,7 +185,7 @@
|
||||
},
|
||||
{
|
||||
"includes": [
|
||||
"**/*.{ts,tsx}"
|
||||
"**/*.{ts,tsx,js,jsx}"
|
||||
],
|
||||
"linter": {
|
||||
"rules": {}
|
||||
@@ -193,7 +193,7 @@
|
||||
},
|
||||
{
|
||||
"includes": [
|
||||
"**/*.{ts,tsx}"
|
||||
"**/*.{ts,tsx,js,jsx}"
|
||||
],
|
||||
"javascript": {
|
||||
"globals": [
|
||||
|
||||
Reference in New Issue
Block a user