@mikey-pro/eslint-config 4.15.0 → 4.15.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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +1 -2
package/index.js CHANGED
@@ -191,7 +191,6 @@ module.exports = {
191
191
  extends: ['plugin:jsonc/recommended-with-jsonc'],
192
192
  files: ['*.json', '*.jsonc', '*rc'],
193
193
  parser: 'jsonc-eslint-parser',
194
- plugins: ['json-format'],
195
194
  rules: {
196
195
  'prettier/prettier': [1, { parser: 'json' }],
197
196
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "4.15.0",
3
+ "version": "4.15.1",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "dependencies": {
@@ -20,7 +20,6 @@
20
20
  "eslint-plugin-compat": "^4.0",
21
21
  "eslint-plugin-css-modules": "^2.11",
22
22
  "eslint-plugin-disable-autofix": "^3.0.0",
23
- "eslint-plugin-json-format": "^2.0",
24
23
  "eslint-plugin-jsonc": "^2.3.0",
25
24
  "eslint-plugin-markdownlint": "^0.3.4",
26
25
  "eslint-plugin-node": "^11.1.0",