Skip to content

Commit

Permalink
Estable.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuelgg committed Nov 4, 2024
1 parent 721e998 commit 7ff1b77
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/esm/components/SpeedDial.js

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

4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default [
{
rules: {
semi: "error",
"prefer-const": "error"
semi: 'error',
'prefer-const': 'error'
}
}
];
1 change: 0 additions & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// eslint-disable-next-line no-undef
module.exports = {
plugins: {
tailwindcss: {},
Expand Down
1 change: 0 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/** @type {import('tailwindcss').Config} */

// eslint-disable-next-line no-undef
module.exports = {
content: [
'./src/**/*.{html,js,ts,jsx,tsx}',
Expand Down
6 changes: 2 additions & 4 deletions webpack.analyzer.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/* eslint-disable no-undef */
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
import { BundleAnalyzerPlugin } from 'webpack-bundle-analyzer';

module.exports = {
export default {
...require('./webpack.config.js'),
entry: './src/index.ts',
plugins: [new BundleAnalyzerPlugin()]
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// eslint-disable-next-line no-undef
module.exports = {
resolve: {
extensions: ['.js', '.jsx', '.ts', '.tsx']
Expand Down
1 change: 0 additions & 1 deletion webpack.umd.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// eslint-disable-next-line no-undef
module.exports = {
entry: './dist/esm/index.js',
output: {
Expand Down

0 comments on commit 7ff1b77

Please sign in to comment.