Skip to content

Commit

Permalink
build: switch from rollup to vite build
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Nov 7, 2024
1 parent b7bdafc commit 45119b0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions stylelint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ export default {
ignoreAtRules: ["if", "else"],
},
],
"prettier/prettier": [
true,
{
endOfLine: "auto",
},
],
"prettier/prettier": [true, { endOfLine: "auto" }],
},
};

0 comments on commit 45119b0

Please sign in to comment.