Skip to content

Commit b96de0f

Browse files
alem tuzlakalem tuzlak
authored andcommitted
Remove rdt plugins from the base stack
1 parent 58d6829 commit b96de0f

6 files changed

Lines changed: 1 addition & 352 deletions

File tree

.eslintrc.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ module.exports = {
1919
commonjs: true,
2020
es6: true,
2121
},
22-
ignorePatterns: ["rdt-plugins/**/*"],
23-
2422
// Base config
2523
extends: ["eslint:recommended"],
2624

knip.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"scripts/*.{ts,js}",
55
"remix/*.{ts,js}"
66
],
7-
"ignore": [
8-
"rdt-plugins/**/*"
9-
],
107
"project": [
118
"**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}",
129
"vite.config.{ts}"

rdt-plugins/icon-library.tsx

Lines changed: 0 additions & 80 deletions
This file was deleted.

rdt-plugins/tailwind-pallette.tsx

Lines changed: 0 additions & 265 deletions
This file was deleted.

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('tailwindcss').Config} */
22
export default {
3-
content: ["./app/**/*.{ts,tsx}", "./rdt-plugins/**/*.{ts,tsx}"],
3+
content: ["./app/**/*.{ts,tsx}"],
44
theme: {
55
extend: {},
66
},

vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { iconsSpritesheet } from "vite-plugin-icons-spritesheet";
88
export default defineConfig({
99
plugins: [
1010
remixDevTools({
11-
pluginDir: "./rdt-plugins",
1211
unstable_console: true,
1312
}),
1413
remix({ routes }),

0 commit comments

Comments
 (0)