Skip to content

Commit

Permalink
update demo_app eslint import path, config typings
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberCookie committed Oct 12, 2024
1 parent 6610b8b commit f91c5a5
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 88 deletions.
3 changes: 2 additions & 1 deletion core/client_build/plugins/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ type DefaultHtmlPluginOptions = {
type DefaultEslintPluginOptions = {
extensions: string[]
emitWarning: boolean
}
configType: string
} & Partial<EslintWebpackPluginOptions>

type DefaultPlugins = {
compression: {
Expand Down
2 changes: 1 addition & 1 deletion demo_app/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//// @ts-check

import siegelEslintConfig from '../eslint.config'
import siegelEslintConfig from '../eslint.config.js'
import {
config as typeScriptEslintCreateConfig
} from 'typescript-eslint'
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const config = typeScriptEslintCreateConfig(
'@typescript-eslint/ban-types': 0,
'@typescript-eslint/no-base-to-string': 0,
'@typescript-eslint/only-throw-error': 0
},
}
}
)

Expand Down
169 changes: 86 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siegel",
"version": "0.15.1",
"version": "0.15.2",
"homepage": "https://siegel-qe3q.onrender.com",
"url": "https://github.com/CyberCookie/siegel",
"bugs": "https://github.com/CyberCookie/siegel/issues",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"engineStrict": true,
"engines": {
"node": ">= 16",
"node": ">= 18",
"npm": ">= 7"
},
"config": {
Expand Down

0 comments on commit f91c5a5

Please sign in to comment.