Skip to content

Commit c1ea0a0

Browse files
fix: names of some configs
1 parent d0e3674 commit c1ea0a0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/configs/promise.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export async function promise(): Promise<FlatConfigItem[]> {
88

99
return [
1010
{
11-
name: "rs:node",
11+
name: "rs:promise",
1212
plugins: {
1313
promise: pluginPromise,
1414
},

src/configs/regexp.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export async function regexp(): Promise<FlatConfigItem[]> {
1111

1212
return [
1313
{
14-
name: "rs:node",
14+
name: "rs:regexp",
1515
plugins: {
1616
regexp: {
1717
...pluginRegexp,

src/configs/sonar.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export async function sonar(options: Readonly<Required<OptionsFunctional>>): Pro
1010

1111
return [
1212
{
13-
name: "rs:node",
13+
name: "rs:sonar",
1414
plugins: {
1515
sonar: pluginSonar,
1616
},

src/configs/sort.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function sortTsconfig(): FlatConfigItem[] {
99
return [
1010
{
1111
files: ["**/tsconfig.json", "**/tsconfig.*.json"],
12-
name: "",
12+
name: "rs:sort:tsconfig",
1313
rules: {
1414
"jsonc/sort-keys": [
1515
"error",

src/configs/tailwind.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export async function tailwind(
1515

1616
return [
1717
{
18-
name: "js:tailwindcss",
18+
name: "rs:tailwindcss",
1919
plugins: {
2020
tailwind: pluginTailwindCSS,
2121
"tailwind-readable": pluginReadableTailwind,

0 commit comments

Comments
 (0)