@mikey-pro/eslint-config 3.3.3 → 3.4.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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/index.js +0 -6
  3. package/package.json +8 -9
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Mikl Wolfe
3
+ Copyright (c) 2022 Mikl Wolfe
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/index.js CHANGED
@@ -3,7 +3,6 @@ module.exports = {
3
3
  'standard',
4
4
  'eslint:recommended',
5
5
  'plugin:unicorn/all',
6
- 'plugin:github/recommended',
7
6
  'plugin:jsx-a11y/recommended',
8
7
  'plugin:sonarjs/recommended',
9
8
  'plugin:compat/recommended',
@@ -368,10 +367,6 @@ module.exports = {
368
367
  },
369
368
  ],
370
369
  'import/extensions': ['error', 'never', { ignorePackages: true }],
371
- 'eslint-comments/no-use': [
372
- 'error',
373
- { allow: ['eslint-disable', 'eslint-disable-next-line'] },
374
- ],
375
370
  'prefer-destructuring': [
376
371
  'error',
377
372
  {
@@ -482,7 +477,6 @@ module.exports = {
482
477
  '@babel',
483
478
  'unicorn',
484
479
  'sonarjs',
485
- 'github',
486
480
  ],
487
481
  ignorePatterns: [
488
482
  '!.*',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "3.3.3",
3
+ "version": "3.4.2",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "dependencies": {
@@ -9,10 +9,10 @@
9
9
  "@babel/eslint-plugin": "^7.16",
10
10
  "@babel/plugin-transform-react-jsx": "^7.16.7",
11
11
  "@babel/preset-env": "^7.16",
12
- "@html-eslint/eslint-plugin": "^0.13.0",
13
- "@html-eslint/parser": "^0.13.0",
14
- "@typescript-eslint/eslint-plugin": "^5.9.0",
15
- "@typescript-eslint/parser": "^5.9.0",
12
+ "@html-eslint/eslint-plugin": "^0.13.1",
13
+ "@html-eslint/parser": "^0.13.1",
14
+ "@typescript-eslint/eslint-plugin": "^5.10.0",
15
+ "@typescript-eslint/parser": "^5.10.0",
16
16
  "@vue/babel-plugin-jsx": "^1.1.1",
17
17
  "eslint-config-prettier": "^8.3",
18
18
  "eslint-config-standard": "^16.0.3",
@@ -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": "^0.1.6",
23
- "eslint-plugin-github": "^4.3.5",
24
23
  "eslint-plugin-import": "^2.25",
25
24
  "eslint-plugin-json-format": "^2.0",
26
25
  "eslint-plugin-jsonc": "^2.0.0",
@@ -32,10 +31,10 @@
32
31
  "eslint-plugin-react": "^7.28",
33
32
  "eslint-plugin-react-hooks": "^4.3",
34
33
  "eslint-plugin-sonarjs": "^0.11.0",
35
- "eslint-plugin-svelte3": "^3.3.0",
34
+ "eslint-plugin-svelte3": "^3.4.0",
36
35
  "eslint-plugin-toml": "^0.3.0",
37
- "eslint-plugin-unicorn": "^40.0.0",
38
- "eslint-plugin-vue": "^8.2",
36
+ "eslint-plugin-unicorn": "^40.1.0",
37
+ "eslint-plugin-vue": "^8.3",
39
38
  "eslint-plugin-yaml": "^0.5.0",
40
39
  "vue-eslint-parser": "^8.0"
41
40
  },