Skip to content

Commit

Permalink
ci: add eslint-plugin-yml
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Apr 25, 2024
1 parent 86fbb75 commit e326fba
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
"typescriptreact",
"yaml",
"github-actions-workflow" // for GitHub Actions workflow files
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
Expand Down
1 change: 1 addition & 0 deletions eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:@typescript-eslint/stylistic-type-checked",
"plugin:jsx-a11y/recommended",
"plugin:yml/standard",
],
plugins: [
"jest-dom",
Expand Down
67 changes: 67 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"eslint-plugin-regexp": "2.5.0",
"eslint-plugin-testing-library": "6.2.2",
"eslint-plugin-vitest": "0.5.4",
"eslint-plugin-yml": "1.14.0",
"jsdom": "22.1.0",
"jsonc-eslint-parser": "2.4.0",
"prettier": "3.2.5",
Expand Down
48 changes: 48 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e326fba

Please sign in to comment.