Skip to content

Commit

Permalink
fix: attempt at fixing statics
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyAfternoons committed Jan 27, 2025
1 parent 6fae4f5 commit 0eff1c5
Show file tree
Hide file tree
Showing 5 changed files with 5,430 additions and 5,425 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ module.exports = {
useTabs: false,
},
],
// Can be disabled when using React 17
"react/react-in-jsx-scope": "off",
"react/jsx-uses-react": "off",
},
};
3 changes: 3 additions & 0 deletions .github/workflows/code-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ jobs:
- name: Install dependencies
run: yarn

- name: Install example dependencies
run: yarn install-example

- name: "Code review"
run: yarn run code-review
Loading

0 comments on commit 0eff1c5

Please sign in to comment.