@soleil-se/eslint-config 6.0.1 → 6.0.2
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
|
@@ -7,6 +7,10 @@ Alla förändringar i detta repository antecknas här.
|
|
|
7
7
|
Formatet baseras på [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
8
8
|
och projektet använder [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
9
9
|
|
|
10
|
+
## [6.0.2] - 2025-02-07
|
|
11
|
+
|
|
12
|
+
* Uppdatera definitioner i package.json.
|
|
13
|
+
|
|
10
14
|
## [6.0.1] - 2025-02-05
|
|
11
15
|
|
|
12
16
|
* Läs in Svelte konfiguration dynamiskt.
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soleil-se/eslint-config",
|
|
3
|
-
"version": "6.0.
|
|
4
|
-
"description": "ESLint
|
|
3
|
+
"version": "6.0.2",
|
|
4
|
+
"description": "ESLint configuration for Sitevision apps and projects.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"eslint",
|
|
7
|
+
"eslint-config",
|
|
8
|
+
"sitevision"
|
|
9
|
+
],
|
|
5
10
|
"author": "Soleil AB",
|
|
6
11
|
"license": "UNLICENSED",
|
|
7
12
|
"private": false,
|
|
@@ -11,8 +16,8 @@
|
|
|
11
16
|
"main": "./index.js",
|
|
12
17
|
"exports": {
|
|
13
18
|
".": "./index.js",
|
|
14
|
-
"./prettier": "./prettier
|
|
15
|
-
"./script-module": "./script-module
|
|
19
|
+
"./prettier": "./prettier.js",
|
|
20
|
+
"./script-module": "./script-module.js",
|
|
16
21
|
"./node": "./node-config.js",
|
|
17
22
|
"./rules":"./rules/**/*.js"
|
|
18
23
|
},
|
|
File without changes
|
|
File without changes
|