mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-05-26 06:15:45 +08:00
🔧 更新 ESLint 配置以支持更多 YAML 文件
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
/**
|
/**
|
||||||
* YAML 文件的 ESLint 配置
|
* YAML 文件的 ESLint 配置
|
||||||
* @since Beta v0.9.3
|
* @since Beta v0.10.2
|
||||||
*/
|
*/
|
||||||
import pluginYml from "eslint-plugin-yml";
|
import pluginYml from "eslint-plugin-yml";
|
||||||
import * as ymlParser from "yaml-eslint-parser";
|
import * as ymlParser from "yaml-eslint-parser";
|
||||||
|
|
||||||
const eslintConfigYml = [
|
const eslintConfigYml = [
|
||||||
{
|
{
|
||||||
files: ["**/*.yml", "**/*.yaml"],
|
files: ["**/*.yml", "**/*.yaml", "pnpm-workspace.yaml", ".stylelintrc.yml", ".prettierrc.yml"],
|
||||||
plugins: { yml: pluginYml },
|
plugins: { yml: pluginYml },
|
||||||
languageOptions: {
|
languageOptions: {
|
||||||
parser: ymlParser,
|
parser: ymlParser,
|
||||||
|
|||||||
Reference in New Issue
Block a user