Skip to content

Commit

Permalink
major refactor removed custom-card-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolae Farmache committed Sep 29, 2023
1 parent cdecce3 commit da997c6
Show file tree
Hide file tree
Showing 9 changed files with 708 additions and 420 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
"plugin:@typescript-eslint/recommended" // Uses the recommended rules from the @typescript-eslint/eslint-plugin
],
rules: {
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
// e.g. "@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-explicit-any": "off",
}
};
421 changes: 218 additions & 203 deletions dist/big-slider-card.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"module": "big-slider-card.js",
"type": "module",
"repository": "git@github.com:nicufarmache/lovelace-big-slider-card.git",
"author": "Nicu Far,ache <github@nicu.ro>",
"author": "Nicu Farmache <github@nicu.ro>",
"license": "MIT",
"dependencies": {
"@nicufarmache/slide-gesture": "^1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ const plugins = [

export default [
{
input: 'src/big-slider-card.ts',
input: 'src/index.ts',
output: {
dir: 'dist',
file: 'dist/big-slider-card.js',
format: 'es',
},
plugins: [...plugins],
Expand Down
Loading

0 comments on commit da997c6

Please sign in to comment.