diff --git a/README.md b/README.md index d915845..1256d5a 100644 --- a/README.md +++ b/README.md @@ -59,66 +59,9 @@ The following plugin dependencies are not, and will not, be included in the Yarn - **[after install](https://github.com/mhassan1/yarn-plugin-after-install)** - **[build](https://yarn.build/)** ---- - ### Modules & Externals: -#### Deployment & Building : - -- [Webpack](https://webpack.js.org) -- [GitHub Pages - NPM Package](https://github.com/tschaub/gh-pages) - -#### TypeScript: - -- [TypeScript](https://www.typescriptlang.org/) - - [TypeScript - Docs](https://www.typescriptlang.org/docs/) - - [TypeScript - tsconfig.json](https://www.typescriptlang.org/tsconfig) -- [ts-node](https://typestrong.org/) -- [tsconfig](https://github.com/tsconfig/bases) -- [typescript-styled-plugin](https://github.com/Microsoft/typescript-styled-plugin) -- [Typescript ESLint Language Service](https://github.com/Quramy/typescript-eslint-language-service) - -#### Linting: - -- [ESLint](https://eslint.org/) -- [ESLint Plugin - jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) -- [ESLint Parser - jsonc](https://github.com/ota-meshi/jsonc-eslint-parser) -- [TypeScript ESLint](https://typescript-eslint.io/) - - [TypeScript ESLint - Docs](https://typescript-eslint.io/docs/) -- [tsconfig](https://github.com/tsconfig/bases) - -#### Other: - -- [Create React App](https://create-react-app.dev/) -- [Create React App built-in packages & scripts](https://github.com/facebook/create-react-app/tree/main/packages) -- [GitHub Docs](https://docs.github.com/en) - - [GitHub Docs - GitHub Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages) -- [SVGR](https://github.com/gregberge/svgr) -- [Babel](https://babeljs.io) -- [CSpell](https://cspell.org/) - -### Reading: - -#### React, HTML/CSS, Other Web Design Components: - -##### [Fluent UI](https://developer.microsoft.com/en-us/fluentui) - -- [Fluent UI - GitHub](https://github.com/microsoft/fluentui/) -- [Fluent UI - Component Styling](https://github.com/microsoft/fluentui/wiki/Component-Styling) - -##### [Material UI](https://mui.com/) - -##### [Emotion](https://emotion.sh/docs/introduction) - -##### [Styled‐Components](https://styled-components.com/) - -- [VSCode Extension - Styled Components](https://github.com/styled-components/vscode-styled-components) - -#### Stuff that's not that relevent lmao - -- [Docusaurus](https://docusaurus.io/) -- [NextJS](https://nextjs.org/) -- [Renovate Bot](https://docs.renovatebot.com/) +--- #### Notes: diff --git a/eslint.config.js b/eslint.config.js deleted file mode 100644 index eb2276f..0000000 --- a/eslint.config.js +++ /dev/null @@ -1,65 +0,0 @@ -import * as tsPlugin from '@typescript-eslint/eslint-plugin'; -import * as tsParser from '@typescript-eslint/parser'; -import * as node from 'eslint-plugin-node'; -import * as es from 'eslint-plugin-es'; -import * as react from 'eslint-plugin-prettier'; -import * as prettier from 'eslint-plugin-prettier'; -import * as reactHooks from 'eslint-plugin-react-hooks'; -import * as pluginImport from 'eslint-plugin-import'; -import * as prettierConfig from 'eslint-config-prettier'; -import * as babel from '@babel/parser'; -import * as globals from 'globals'; - -export default [ - prettierConfig, - prettier.configs.recommended, - pluginImport.configs.recommended, - node.configs['recommended-module'], - react.configs.recommended, - reactHooks.configs.recommended, - tsPlugin.configs, - { - plugins: { - tsPlugin, node, es, react, prettier, reactHooks, pluginImport - } - }, - { - files: ['**/*.js?(x)', '**/*.?(m)js'], - languageOptions: { - globals: { - ...globals['shared-node-browser'], - ...globals.es2021, - }, - ecmaVersion: 2022, - parser: babel, - sourceType: 'module', - parserOptions: { - ecmaFeatures: { - impliedStrict: true, - jsx: true, - }, - } - } - }, - { - files: ['**./*.ts?(x)'], - plugins: [ - tsPlugin - ], - languageOptions: { - globals: { - ...globals['shared-node-browser'], - ...globals.es2021, - }, - sourceType: 'module', - ecmaVersion: 2022, - parser: tsParser, - parserOptions: { - ecmaFeatures: { - impliedStrict: true, - jsx: true, - }, - } - } - } -] diff --git a/public/index.html b/public/index.html index 31f9831..ce11d74 100644 --- a/public/index.html +++ b/public/index.html @@ -6,13 +6,13 @@ scungus:) - - + + - +