Skip to content

Commit

Permalink
Added blocking issue comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <6216144+Jaid@users.noreply.github.com>
  • Loading branch information
Jaid committed Apr 24, 2024
1 parent e8da6e6 commit 600ec1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -32,12 +32,12 @@
},
"scripts": {
"build": "node node_modules/rollup/dist/bin/rollup --config",
"build:production": "NODE_ENV=production npm run build",
"build-production": "NODE_ENV=production npm run build",
"buildPage": "fse emptyDir dist/page && tsx src/scripts/activeHtml.ts && tsx src/scripts/unusedHtml.ts && tsx src/scripts/deprecatedHtml.ts && fse copy etc/page dist/page",
"inspectConfig": "npx @eslint/config-inspector --config src/index.ts",
"printConfig": "eslint --print-config src/index.ts",
"release": "npm run build:production && fd --unrestricted --full-path 'dist/package/.+/production/package.json' --exec bash -c 'npm publish {//}'",
"release:windows": "npm run build:production && pwsh -Command \"Get-ChildItem -Path 'dist/package/*/production/package.json' | ForEach-Object { npm publish $_.DirectoryName }\"",
"release-windows": "powershell -Command \"Get-ChildItem -Path 'dist/package/*/production/package.json' | ForEach-Object { npm publish `$_.DirectoryName }\"",
"test": "exit 0",
"tsc": "tsc"
},
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
@@ -1,3 +1,5 @@
// BLOCKEDBY: https://github.com/typescript-eslint/typescript-eslint/issues/8211 - Can’t upgrade to ESLint 9 until this is fixed

import jsonConfig from 'src/segments/json/json.js'
import json5Config from 'src/segments/json/json5.js'
import jsoncConfig from 'src/segments/json/jsonc.js'
Expand Down

0 comments on commit 600ec1a

Please sign in to comment.