Skip to content

Commit

Permalink
Remove rdt plugins from the base stack
Browse files Browse the repository at this point in the history
  • Loading branch information
alem tuzlak authored and alem tuzlak committed May 27, 2024
1 parent 58d6829 commit b96de0f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 352 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ module.exports = {
commonjs: true,
es6: true,
},
ignorePatterns: ["rdt-plugins/**/*"],

// Base config
extends: ["eslint:recommended"],

Expand Down
3 changes: 0 additions & 3 deletions knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"scripts/*.{ts,js}",
"remix/*.{ts,js}"
],
"ignore": [
"rdt-plugins/**/*"
],
"project": [
"**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}",
"vite.config.{ts}"
Expand Down
80 changes: 0 additions & 80 deletions rdt-plugins/icon-library.tsx

This file was deleted.

265 changes: 0 additions & 265 deletions rdt-plugins/tailwind-pallette.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ["./app/**/*.{ts,tsx}", "./rdt-plugins/**/*.{ts,tsx}"],
content: ["./app/**/*.{ts,tsx}"],
theme: {
extend: {},
},
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { iconsSpritesheet } from "vite-plugin-icons-spritesheet";
export default defineConfig({
plugins: [
remixDevTools({
pluginDir: "./rdt-plugins",
unstable_console: true,
}),
remix({ routes }),
Expand Down

0 comments on commit b96de0f

Please sign in to comment.