@ota-meshi/eslint-plugin 0.11.3 → 0.12.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.
@@ -95,18 +95,7 @@ module.exports = require("../utils/module").requireOf(
95
95
  { ignoreStatic: true },
96
96
  ],
97
97
  "@typescript-eslint/unified-signatures": "error",
98
- "prettier/prettier": [
99
- "error",
100
- {
101
- tabWidth: 4,
102
- semi: false,
103
- trailingComma: "all",
104
- parser: "typescript",
105
- },
106
- {
107
- usePrettierrc: false,
108
- },
109
- ],
98
+ "prettier/prettier": "error",
110
99
 
111
100
  // Replacements
112
101
  camelcase: "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ota-meshi/eslint-plugin",
3
- "version": "0.11.3",
3
+ "version": "0.12.0",
4
4
  "description": "ESLint configuration plugin for me.",
5
5
  "repository": "git+https://github.com/ota-meshi/eslint-plugin.git",
6
6
  "homepage": "https://github.com/ota-meshi/eslint-plugin#readme",
@@ -36,10 +36,10 @@
36
36
  "eslint": "^8.0.0",
37
37
  "eslint-config-prettier": "^8.0.0",
38
38
  "eslint-plugin-eslint-comments": "^3.2.0",
39
- "eslint-plugin-eslint-plugin": "^4.0.0",
40
- "eslint-plugin-json-schema-validator": "^3.0.0",
39
+ "eslint-plugin-eslint-plugin": "^5.0.0",
40
+ "eslint-plugin-json-schema-validator": "^4.0.0",
41
41
  "eslint-plugin-jsonc": "^2.0.0",
42
- "eslint-plugin-markdown": "^2.0.0",
42
+ "eslint-plugin-markdown": "^3.0.0",
43
43
  "eslint-plugin-node": "^11.1.0",
44
44
  "eslint-plugin-node-dependencies": "^0.9.0",
45
45
  "eslint-plugin-prettier": "^4.0.0",
@@ -49,7 +49,7 @@
49
49
  "eslint-plugin-yml": "^1.0.0",
50
50
  "mocha": "^10.0.0",
51
51
  "prettier": "^2.0.5",
52
- "prettier-plugin-pkg": "^0.16.0",
52
+ "prettier-plugin-pkg": "^0.17.0",
53
53
  "typescript": "^4.1.5"
54
54
  },
55
55
  "publishConfig": {