@soleil-se/eslint-config 2.4.3 → 2.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ Alla förändringar i detta repository antecknas här.
5
5
  Formatet baseras på [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  och projektet använder [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.4.4] - 2021-09-09
9
+
10
+ ### Fixat
11
+
12
+ - Lägg till `options` i `svelteSortOrder`.
13
+
8
14
  ## [2.4.3] - 2021-08-27
9
15
 
10
16
  ### Fixat
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soleil-se/eslint-config",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "description": "Settings for ESLint in a SiteVision project",
5
5
  "author": "Soleil AB",
6
6
  "license": "UNLICENSED",
@@ -5,6 +5,6 @@ module.exports = {
5
5
  arrowParens: 'always',
6
6
  svelteStrictMode: false,
7
7
  trailingComma: 'es5',
8
- svelteSortOrder: 'scripts-markup-styles',
8
+ svelteSortOrder: 'options-scripts-markup-styles',
9
9
  svelteBracketNewLine: true,
10
10
  };