Skip to content

Commit

Permalink
chore: enable eslint for configure file
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Aug 21, 2023
1 parent 9648823 commit a37d19d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.eslintrc.cjs
.eslintrc.cjs
!.ppd.client.configure.ts
!.share.ppd.client.configure.ts
4 changes: 4 additions & 0 deletions .ppd.client.configure.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import { defineConfigure } from '@power-playground/core'




import { mergeLeft } from 'ramda'

import sharePpdClientConfigure from './.share.ppd.client.configure.ts'
Expand Down
5 changes: 3 additions & 2 deletions .share.ppd.client.configure.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { defineConfigure } from '@power-playground/core'

import { HeaderTitle } from './src/components/HeaderTitle'
import coverLight from './resources/PP_cover_light.svg'
import coverDark from './resources/PP_cover_dark.svg'
import coverLight from './resources/PP_cover_light.svg'
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
import { HeaderTitle } from './src/components/HeaderTitle'

const aboutMDContent = `
<img alt='Preview Power Playground cover' src='${coverLight}' style='--d-src: url(${coverDark}); margin: -4px'>
Expand Down

0 comments on commit a37d19d

Please sign in to comment.