Skip to content

Commit

Permalink
chore: overall improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadshaheer committed Oct 24, 2024
1 parent 156af74 commit 7404fe6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
4 changes: 2 additions & 2 deletions packages/alert/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import("eslint").Linter.Config} */
module.exports = {
extends: ["@repo/eslint-config/react.js"],
export default {
extends: ['@repo/eslint-config/react.js'],
};
8 changes: 4 additions & 4 deletions packages/alert/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const sharedConfig = require("@signozhq/tailwind-config/tailwind.config.js");
import sharedConfig from '@signozhq/tailwind-config/tailwind.config.js';

/** @type {import('tailwindcss').Config} */
module.exports = {
...sharedConfig,
content: [...sharedConfig.content, "./src/**/*.{js,ts,jsx,tsx}"],
export default {
...sharedConfig,
content: [...sharedConfig.content, './src/**/*.{js,ts,jsx,tsx}'],
};
10 changes: 0 additions & 10 deletions packages/alert/tsconfig.app.json

This file was deleted.

4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7404fe6

Please sign in to comment.