@mikey-pro/eslint-config 4.8.7 → 4.8.8
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
|
@@ -240,7 +240,6 @@ module.exports = {
|
|
|
240
240
|
'unicorn',
|
|
241
241
|
'sonarjs',
|
|
242
242
|
'only-warn',
|
|
243
|
-
'sort-keys-fix',
|
|
244
243
|
],
|
|
245
244
|
root: true,
|
|
246
245
|
rules: {
|
|
@@ -396,7 +395,6 @@ module.exports = {
|
|
|
396
395
|
'require-atomic-updates': 1,
|
|
397
396
|
'rest-spread-spacing': 1,
|
|
398
397
|
semi: 1,
|
|
399
|
-
'sort-keys-fix/sort-keys-fix': 1,
|
|
400
398
|
'sort-vars': 1,
|
|
401
399
|
'space-before-function-paren': [1, 'always'],
|
|
402
400
|
'space-in-parens': [1, 'never'],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikey-pro/eslint-config",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.8",
|
|
4
4
|
"description": "Mikey Pro ESLint configuration",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"dependencies": {
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
"eslint-plugin-prettier": "^4.0",
|
|
29
29
|
"eslint-plugin-promise": "^6.0.0",
|
|
30
30
|
"eslint-plugin-sonarjs": "^0.12.0",
|
|
31
|
-
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
32
31
|
"eslint-plugin-svelte3": "^3.4.1",
|
|
33
32
|
"eslint-plugin-toml": "^0.3.0",
|
|
34
33
|
"eslint-plugin-unicorn": "^41.0.0",
|