@aleph-alpha/config-css 1.1.0 → 1.2.0

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,13 @@
5
5
  - Updated config-prettier to 0.3.117
6
6
  - Updated config-eslint to 0.3.183
7
7
 
8
+ ## [1.2.0](https://github.com/Aleph-Alpha/frontend-hub/compare/config-css-preset-1.1.0...config-css-preset-1.2.0) (2026-05-26)
9
+
10
+
11
+ ### Features
12
+
13
+ * **@aleph-alpha/eslint-config-frontend:** Add tsRecommended export for typescript-eslint recommended rule set ([#332](https://github.com/Aleph-Alpha/frontend-hub/issues/332)) ([bcaa9b1](https://github.com/Aleph-Alpha/frontend-hub/commit/bcaa9b1b72d6879ce65dcdd0f656bf243eed279e))
14
+
8
15
  ## [1.1.0](https://github.com/Aleph-Alpha/frontend-hub/compare/config-css-preset-1.0.0...config-css-preset-1.1.0) (2026-05-11)
9
16
 
10
17
 
package/eslint.config.mjs CHANGED
@@ -1,9 +1,14 @@
1
- import { base, strict } from '@aleph-alpha/eslint-config-frontend';
1
+ import {
2
+ base,
3
+ tsRecommended,
4
+ strict,
5
+ } from '@aleph-alpha/eslint-config-frontend';
2
6
  import skipFormatting from '@vue/eslint-config-prettier/skip-formatting';
3
7
  import jsdoc from 'eslint-plugin-jsdoc';
4
8
 
5
9
  export default [
6
10
  ...base,
11
+ ...tsRecommended,
7
12
  ...strict,
8
13
  {
9
14
  ignores: ['.lintstagedrc.js', 'test/unit/coverage/*'],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aleph-alpha/config-css",
3
3
  "license": "Apache-2.0",
4
- "version": "1.1.0",
4
+ "version": "1.2.0",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "prettier": "@aleph-alpha/prettier-config-frontend",
@@ -24,8 +24,8 @@
24
24
  "devDependencies": {
25
25
  "style-dictionary": "^4.0.1",
26
26
  "vite-plugin-dts": "^4.0.0",
27
- "@aleph-alpha/eslint-config-frontend": "0.5.0",
28
- "@aleph-alpha/prettier-config-frontend": "2.1.0"
27
+ "@aleph-alpha/prettier-config-frontend": "2.1.0",
28
+ "@aleph-alpha/eslint-config-frontend": "0.6.0"
29
29
  },
30
30
  "scripts": {
31
31
  "transform:global": "npx token-transformer ./tokens.json ./transformed-tokens/global.json global,\"Spark Border Radius/Mode 1\",\"Spark Spacings/Mode 1\",\"Spark Text/Mode 1\" \"Spark Colors/Light mode/primitives\" --throwErrorWhenNotResolved",