-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
3,753 additions
and
1,591 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import pluginNext from '@next/eslint-plugin-next' | ||
import nnecec from '@nnecec/eslint-config' | ||
|
||
/** @type {import('eslint').Linter.FlatConfig[]} */ | ||
export default [ | ||
...nnecec({ | ||
tailwindcss: true, | ||
typescript: true, | ||
}), | ||
{ | ||
plugins: { | ||
'@next/next': pluginNext, | ||
}, | ||
rules: { | ||
...pluginNext.configs['core-web-vitals'].rules, | ||
}, | ||
}, | ||
{ | ||
files: ['**/*.ts', '**/*.tsx'], | ||
rules: { | ||
'@typescript-eslint/no-explicit-any': 'off', | ||
}, | ||
}, | ||
{ | ||
ignorePatterns: ['/posts/**/**', '.next', 'public', 'node_modules'], | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,42 +24,43 @@ | |
"start": "next start" | ||
}, | ||
"dependencies": { | ||
"@codesandbox/sandpack-react": "^2.7.1", | ||
"@markdoc/markdoc": "^0.3.2", | ||
"@marp-team/marp-core": "^3.8.1", | ||
"@motionone/utils": "^10.15.1", | ||
"@nextui-org/react": "^2.1.13", | ||
"@tabler/icons-react": "^2.34.0", | ||
"@codesandbox/sandpack-react": "^2.10.0", | ||
"@markdoc/markdoc": "^0.3.5", | ||
"@marp-team/marp-core": "^3.9.0", | ||
"@motionone/utils": "^10.16.3", | ||
"@nextui-org/react": "^2.2.9", | ||
"@tabler/icons-react": "^2.42.0", | ||
"clsx": "^2.0.0", | ||
"dayjs": "^1.11.10", | ||
"framer-motion": "^10.16.4", | ||
"framer-motion": "^10.16.5", | ||
"gray-matter": "4.0.3", | ||
"mermaid": "^10.4.0", | ||
"next": "^13.5.2", | ||
"prism-react-renderer": "^2.0.6", | ||
"mermaid": "^10.6.1", | ||
"next": "^14.0.3", | ||
"prism-react-renderer": "^2.3.0", | ||
"react": "^18.2.0", | ||
"react-copy-to-clipboard": "^5.1.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@nnecec/eslint-config": "^0.6.4", | ||
"@nnecec/eslint-config": "^0.7.6", | ||
"@nnecec/prettier-config": "^0.3.2", | ||
"@nnecec/tsconfig": "^0.2.1", | ||
"@tailwindcss/typography": "^0.5.10", | ||
"@types/node": "^20.6.3", | ||
"@types/prismjs": "^1.26.0", | ||
"@types/react": "^18.2.22", | ||
"@types/react-copy-to-clipboard": "^5.0.4", | ||
"@types/react-dom": "^18.2.7", | ||
"@types/node": "^20.10.0", | ||
"@types/prismjs": "^1.26.3", | ||
"@types/react": "^18.2.39", | ||
"@types/react-copy-to-clipboard": "^5.0.7", | ||
"@types/react-dom": "^18.2.17", | ||
"autoprefixer": "^10.4.16", | ||
"cssnano": "^6.0.1", | ||
"eslint": "^8.49.0", | ||
"eslint-config-next": "^13.5.2", | ||
"eslint": "^8.54.0", | ||
"eslint-config-next": "^14.0.3", | ||
"husky": "^8.0.3", | ||
"postcss": "^8.4.30", | ||
"postcss": "^8.4.31", | ||
"postcss-import": "^15.1.0", | ||
"prettier-plugin-zh": "^0.4.0", | ||
"tailwindcss": "^3.3.3", | ||
"typescript": "^5.2.2" | ||
"tailwindcss": "^3.3.5", | ||
"typescript": "^5.3.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
Oops, something went wrong.
3389abe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
blog – ./
blog-git-main-nnecec.vercel.app
nnecec.vercel.app
blog-nnecec.vercel.app