We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528f7cf commit cf43fd9Copy full SHA for cf43fd9
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# v0.4.0
2
+
3
+- Reworked configuration to be more flexible:
4
+ - `svelte3/ignore` has been renamed to `svelte3/ignore-warnings`
5
+ - `svelte3/extensions` has been removed and `svelte3/enabled` has been added (which works differently but is more powerful)
6
+- `svelte3/ignore-styles` has been added as an immediate solution for components with styles written in something other than normal CSS
7
8
# v0.3.0
9
10
- Support and require at least beta 4
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-svelte3",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "An ESLint plugin for Svelte v3 components.",
"keywords": [
"eslint",
0 commit comments