Skip to content

Commit

Permalink
chore(solid): lint package
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Apr 25, 2023
1 parent 58b28d0 commit 4766264
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/solid/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": [
"plugin:solid/typescript",
"@antfu/eslint-config-ts"
]
}
1 change: 1 addition & 0 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
},
"devDependencies": {
"@types/node": "^18.16.0",
"eslint-plugin-solid": "^0.12.1",
"solid-js": "^1.7.3",
"tsup": "^6.7.0",
"tsup-preset-solid": "^0.1.8",
Expand Down
2 changes: 0 additions & 2 deletions packages/solid/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// eslint-disable-next-line unused-imports/no-unused-imports
import { template } from 'solid-js/web'
import { createEffect, onCleanup, onMount } from 'solid-js'
import type { JSX } from 'solid-js'
import { lazyLoad } from 'unlazy'
Expand Down
46 changes: 46 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 4766264

Please sign in to comment.