eslint-config-aether 3.0.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/dist/index.js +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -96,6 +96,7 @@ var base_default = {
96
96
  "tabWidth": 2,
97
97
  "ignoreComments": true
98
98
  }],
99
+ "@stylistic/member-delimiter-style": ["error"],
99
100
  "@stylistic/new-parens": "error",
100
101
  "@stylistic/no-extra-semi": "warn",
101
102
  "@stylistic/no-mixed-spaces-and-tabs": "warn",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-aether",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "A custom code style for ESLint.",
5
5
  "homepage": "https://github.com/vanruesc/eslint-config-aether",
6
6
  "main": "./dist/index.js",
@@ -69,7 +69,7 @@
69
69
  "devDependencies": {
70
70
  "@types/node": "25.x.x",
71
71
  "del-cli": "7.x.x",
72
- "esbuild": "0.27.x",
72
+ "esbuild": "0.28.x",
73
73
  "native-copyfiles": "2.x.x",
74
74
  "npm-run-all": "4.x.x",
75
75
  "tslib": "2.x.x",