@aiou/eslint-config 1.0.0 → 1.0.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/dist/index.cjs CHANGED
@@ -4155,8 +4155,6 @@ const typescript = () => {
4155
4155
  "@typescript-eslint/consistent-type-definitions": ["error", "interface"],
4156
4156
  "@typescript-eslint/prefer-ts-expect-error": "warn",
4157
4157
  "@typescript-eslint/default-param-last": "error",
4158
- // Perfer reduce<T, S>
4159
- "@typescript-eslint/prefer-reduce-type-parameter": "error",
4160
4158
  // Sort type S = A | B
4161
4159
  "@typescript-eslint/sort-type-constituents": "error",
4162
4160
  "@typescript-eslint/unbound-method": "off",
package/dist/index.mjs CHANGED
@@ -4153,8 +4153,6 @@ const typescript = () => {
4153
4153
  "@typescript-eslint/consistent-type-definitions": ["error", "interface"],
4154
4154
  "@typescript-eslint/prefer-ts-expect-error": "warn",
4155
4155
  "@typescript-eslint/default-param-last": "error",
4156
- // Perfer reduce<T, S>
4157
- "@typescript-eslint/prefer-reduce-type-parameter": "error",
4158
4156
  // Sort type S = A | B
4159
4157
  "@typescript-eslint/sort-type-constituents": "error",
4160
4158
  "@typescript-eslint/unbound-method": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiou/eslint-config",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "eslint config for aiou template",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -55,7 +55,7 @@
55
55
  "jsonc-eslint-parser": "^2.4.0",
56
56
  "local-pkg": "^0.4.3",
57
57
  "yaml-eslint-parser": "^1.2.2",
58
- "@aiou/eslint-ignore": "0.4.0",
58
+ "@aiou/eslint-ignore": "0.5.0",
59
59
  "@aiou/eslint-plugin-progress": "0.3.1"
60
60
  },
61
61
  "devDependencies": {