Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
susickypavel committed Nov 19, 2024
1 parent dbd99dd commit 5886d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Continuous Integration
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

env:
PNPM_VERSION: latest
Expand Down
2 changes: 0 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import eslintPluginAstro from "eslint-plugin-astro";
import stylistic from "@stylistic/eslint-plugin";

// TODO: Migrate to https://eslint.style/guide/getting-started

export default [
...eslintPluginAstro.configs.recommended,
{
Expand Down

0 comments on commit 5886d19

Please sign in to comment.