eslint-config-heck 1.5.1 → 1.5.2

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/node.js +1 -13
  2. package/package.json +4 -4
package/node.js CHANGED
@@ -987,19 +987,7 @@ const overrides = [
987
987
  "brace-style": "off",
988
988
  "@typescript-eslint/brace-style": "error",
989
989
  "comma-dangle": "off",
990
- "@typescript-eslint/comma-dangle": [
991
- "error",
992
- {
993
- arrays: "always-multiline",
994
- objects: "always-multiline",
995
- imports: "always-multiline",
996
- exports: "always-multiline",
997
- functions: "never",
998
- enums: "always-multiline",
999
- generics: "never",
1000
- tuples: "always-multiline",
1001
- },
1002
- ],
990
+ "@typescript-eslint/comma-dangle": ["error", "always-multiline"],
1003
991
  "comma-spacing": "off",
1004
992
  "@typescript-eslint/comma-spacing": "error",
1005
993
  "default-param-last": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -18,9 +18,9 @@
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
20
  "@delagen/eslint-plugin-deprecation": "1.3.2",
21
- "@typescript-eslint/eslint-plugin": "5.16.0",
22
- "@typescript-eslint/parser": "5.16.0",
23
- "eslint": "8.11.0",
21
+ "@typescript-eslint/eslint-plugin": "5.17.0",
22
+ "@typescript-eslint/parser": "5.17.0",
23
+ "eslint": "8.12.0",
24
24
  "eslint-plugin-jest": "26.1.3",
25
25
  "eslint-plugin-react": "7.29.4",
26
26
  "eslint-plugin-typescript-heck": "1.2.1",