File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export async function promise(): Promise<FlatConfigItem[]> {
8
8
9
9
return [
10
10
{
11
- name : "rs:node " ,
11
+ name : "rs:promise " ,
12
12
plugins : {
13
13
promise : pluginPromise ,
14
14
} ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export async function regexp(): Promise<FlatConfigItem[]> {
11
11
12
12
return [
13
13
{
14
- name : "rs:node " ,
14
+ name : "rs:regexp " ,
15
15
plugins : {
16
16
regexp : {
17
17
...pluginRegexp ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export async function sonar(options: Readonly<Required<OptionsFunctional>>): Pro
10
10
11
11
return [
12
12
{
13
- name : "rs:node " ,
13
+ name : "rs:sonar " ,
14
14
plugins : {
15
15
sonar : pluginSonar ,
16
16
} ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export function sortTsconfig(): FlatConfigItem[] {
9
9
return [
10
10
{
11
11
files : [ "**/tsconfig.json" , "**/tsconfig.*.json" ] ,
12
- name : "" ,
12
+ name : "rs:sort:tsconfig " ,
13
13
rules : {
14
14
"jsonc/sort-keys" : [
15
15
"error" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export async function tailwind(
15
15
16
16
return [
17
17
{
18
- name : "js :tailwindcss" ,
18
+ name : "rs :tailwindcss" ,
19
19
plugins : {
20
20
tailwind : pluginTailwindCSS ,
21
21
"tailwind-readable" : pluginReadableTailwind ,
You can’t perform that action at this time.
0 commit comments