@theholocron/eslint-config 1.16.0 → 3.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -2
  2. package/package.json +14 -13
package/CHANGELOG.md CHANGED
@@ -1,7 +1,13 @@
1
1
  # @theholocron/eslint-config
2
2
 
3
- ## 1.16.0
3
+ ## 3.1.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - [`4309ce8`](https://github.com/theholocron/configs/commit/4309ce860374743fa4a4ea781820f3875e647a46) Thanks [@iamnewton](https://github.com/iamnewton)! - Releasing more, as a test
7
+ - [`4f8154a`](https://github.com/theholocron/configs/commit/4f8154a534d5d7668cd2659da322448f39646aed) Thanks [@iamnewton](https://github.com/iamnewton)! - Update to include Alex language linting in lint-staging
8
+
9
+ ## 3.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - [`88d7f99`](https://github.com/theholocron/configs/commit/88d7f995dd02cdbe63817ac0d13905d5aea3777a) Thanks [@iamnewton](https://github.com/iamnewton)! - Initial release
package/package.json CHANGED
@@ -1,26 +1,27 @@
1
1
  {
2
2
  "name": "@theholocron/eslint-config",
3
- "homepage": "https://github.com/theholocron/configs/tree/main/packages/commitlint-config#readme",
3
+ "version": "3.1.0",
4
4
  "description": "A ESLint configuration for writing well-formed Javascript within the Galaxy.",
5
- "author": "Newton Koumantzelis",
6
- "version": "1.16.0",
7
- "main": "eslint.config.js",
8
- "type": "module",
5
+ "homepage": "https://github.com/theholocron/configs/tree/main/packages/commitlint-config#readme",
6
+ "bugs": "https://github.com/theholocron/configs/issues",
9
7
  "repository": {
10
8
  "type": "git",
11
9
  "url": "git+https://github.com/theholocron/configs.git"
12
10
  },
13
- "bugs": "https://github.com/theholocron/configs/issues",
14
- "releases": "https://github.com/theholocron/configs/releases",
15
- "wiki": "https://github.com/theholocron/configs/wiki",
16
11
  "license": "GPL-3.0",
17
- "publishConfig": {
18
- "access": "public"
19
- },
12
+ "author": "Newton Koumantzelis",
13
+ "type": "module",
14
+ "main": "eslint.config.js",
20
15
  "dependencies": {
21
16
  "@eslint/js": "^9.12.0",
22
17
  "eslint": "^9.12.0",
23
18
  "eslint-plugin-react": "^7.37.1",
24
- "globals": "^15.11.0"
25
- }
19
+ "globals": "^15.11.0",
20
+ "typescript-eslint": "^8.9.0"
21
+ },
22
+ "publishConfig": {
23
+ "access": "public"
24
+ },
25
+ "releases": "https://github.com/theholocron/configs/releases",
26
+ "wiki": "https://github.com/theholocron/configs/wiki"
26
27
  }