@mikey-pro/eslint-config 3.3.4 → 3.4.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.
- package/index.js +0 -2
- package/package.json +1 -2
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',
|
|
@@ -482,7 +481,6 @@ module.exports = {
|
|
|
482
481
|
'@babel',
|
|
483
482
|
'unicorn',
|
|
484
483
|
'sonarjs',
|
|
485
|
-
'github',
|
|
486
484
|
],
|
|
487
485
|
ignorePatterns: [
|
|
488
486
|
'!.*',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikey-pro/eslint-config",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
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": "^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",
|