@warp-ds/elements 1.3.2-next.1 → 1.3.3-next.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/elements",
3
3
  "type": "module",
4
- "version": "1.3.2-next.1",
4
+ "version": "1.3.3-next.1",
5
5
  "description": "Custom elements for Warp",
6
6
  "exports": {
7
7
  ".": "./dist/index.js",
@@ -35,6 +35,8 @@
35
35
  "lint:eslint": "eslint . --ext js,cjs,mjs --ignore-path .gitignore",
36
36
  "lint:format": "prettier --check . --ignore-path .gitignore",
37
37
  "lint": "npm run lint:format && pnpm run lint:eslint",
38
+ "lint:fix": "eslint . --fix --ignore-path .gitignore",
39
+ "lint:check": "eslint . --ignore-path .gitignore",
38
40
  "messages:compile": "lingui compile",
39
41
  "messages:extract": "lingui extract",
40
42
  "preview:docs": "vite preview",
@@ -64,7 +66,10 @@
64
66
  "cz-conventional-changelog": "3.3.0",
65
67
  "element-collapse": "1.1.0",
66
68
  "esbuild": "0.20.1",
67
- "eslint": "8.56.0",
69
+ "eslint": "8.57.0",
70
+ "@warp-ds/eslint-config": "1.0.4",
71
+ "eslint-plugin-prettier": "5.1.3",
72
+ "eslint-config-prettier": "9.1.0",
68
73
  "express": "4.18.2",
69
74
  "glob": "10.3.10",
70
75
  "html-format": "1.1.6",
@@ -98,6 +103,9 @@
98
103
  "https://assets.finn.no/map/custom-elements/v2"
99
104
  ]
100
105
  },
106
+ "eslintConfig": {
107
+ "extends": "@warp-ds"
108
+ },
101
109
  "config": {
102
110
  "commitizen": {
103
111
  "path": "./node_modules/cz-conventional-changelog"