Skip to content

Commit

Permalink
test test
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsbajorics committed Oct 3, 2024
1 parent b464dfb commit a4a1144
Show file tree
Hide file tree
Showing 64 changed files with 1,566 additions and 1,508 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
* @type {import("@types/eslint").Linter.BaseConfig}
*/
module.exports = {
extends: ['@remix-run/eslint-config', 'plugin:hydrogen/recommended'],
extends: [
'@remix-run/eslint-config',
'plugin:hydrogen/recommended',
],
rules: {
'hydrogen/prefer-image-component': 'off',
'no-useless-escape': 'off',
'no-case-declarations': 'off',
},
};
}
1 change: 0 additions & 1 deletion app/components/Aside.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export function Aside({ children, heading, id = 'aside' }) {

function CloseAside() {
return (
/* eslint-disable-next-line jsx-a11y/anchor-is-valid */
<a
className='close'
href='#'
Expand Down
Loading

0 comments on commit a4a1144

Please sign in to comment.