Skip to content

Commit

Permalink
chore: ignore eslint of yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
koladilip committed Aug 21, 2024
1 parent 6dd4de8 commit c9dd9fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module",
"project": "./tsconfig.json"
"project": "./tsconfig.json",
"extraFileExtensions": [".yaml"]
},
"rules": {
"unicorn/filename-case": [
Expand Down

0 comments on commit c9dd9fd

Please sign in to comment.