Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 65edef5

Browse files
SelemondevSelemondev
authored andcommitted
fix: github action
1 parent 289f481 commit 65edef5

File tree

130 files changed

+5
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+5
-4
lines changed

.eslintignore

100644100755
File mode changed.

.eslintrc

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"react/display-name": "off",
77
"react-hooks/rules-of-hooks": "off",
88
"no-sequences": "off",
9+
"@typescript-eslint/no-require-imports": "off",
910
"no-alert": "off",
1011
"no-console": [
1112
"error",

.github/scripts/update-readme-table.ts renamed to .github/scripts/update-readme-table.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import fs from 'node:fs'
2-
import path from 'node:path'
3-
import process from 'node:process'
1+
/* eslint-disable n/prefer-global/process */
2+
const fs = require('node:fs')
3+
const path = require('node:path')
44

55
const packageJsonPath = path.join(__dirname, '../../packages/nuxt-ui-vue/package.json') // Adjust the path based on your project structure
66
const readmePath = path.join(__dirname, '../../README.md')

.github/workflows/ci.yml

100644100755
File mode changed.

.github/workflows/release.yml

100644100755
File mode changed.

.github/workflows/update-readme.yml

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

.npmrc

100644100755
File mode changed.

CHANGELOG.md

100644100755
File mode changed.

CODEOWNERS

100644100755
File mode changed.

0 commit comments

Comments
 (0)