Skip to content

Commit

Permalink
Re-written using React :))
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiyarGHD committed Jul 3, 2024
1 parent d11d1da commit c47ea6e
Show file tree
Hide file tree
Showing 647 changed files with 7,285 additions and 38,160 deletions.
21 changes: 21 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parserOptions: { ecmaVersion: 'latest', sourceType: 'module' },
settings: { react: { version: '18.2' } },
plugins: ['react-refresh'],
rules: {
'react/jsx-no-target-blank': 'off',
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
},
}
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions babel.config.js

This file was deleted.

17 changes: 17 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": false,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/assets/styles/index.scss",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>راهنما و برگه‌تقلب لاراول</title>
<meta name="author" content="MahdiyarGHD">
<meta name="color-scheme" content="dark">
<meta property="og:title" content="راهنما و برگه‌تقلب فارسی لاراول">
<meta property="og:site_name" content="راهنمای فارسی لاراول">
<meta property="og:url" content="https://laravelguide.ir">
<meta property="og:description" content="اولین راهنما و برگه‌تقلب فارسی لاراول :)">
<meta name="description" content="اولین راهنما و برگه‌تقلب فارسی لاراول :)">
<meta name="keyword" content="چیت‌شیت,چیت شیت,راهنما, لاراول,laravel,laravel guide,برگه تقلب,cheat sheet, laravel cheatsheet">
<meta property="og:type" content="website">
<meta property="og:image" content="/favicon.ico">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
19 changes: 0 additions & 19 deletions jsconfig.json

This file was deleted.

Loading

0 comments on commit c47ea6e

Please sign in to comment.