@necrobox/eslint-config 8.0.0 → 9.0.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.
@@ -12,8 +12,8 @@ module.exports = {
12
12
  it: 'readonly',
13
13
  xit: 'readonly',
14
14
  },
15
- plugins: ['@funboxteam/eslint-plugin-no-only-tests'],
15
+ plugins: ['@necrobox/eslint-plugin-no-only-tests'],
16
16
  rules: {
17
- '@funboxteam/no-only-tests/no-only': 2,
17
+ '@necrobox/no-only-tests/no-only': 2,
18
18
  },
19
19
  };
package/MIGRATION.md CHANGED
@@ -1,8 +1,13 @@
1
1
  # Migration
2
2
 
3
+ ## 8.0.0 → 9.0.0
4
+
5
+ If you were overriding `@funboxteam/no-only-tests/no-only` rule, rename it to `@necrobox/no-only-tests/no-only`.
6
+
7
+
3
8
  ## 7.4.0 → 8.0.0
4
9
 
5
- Use `@necrobox/eslint-config` instead of `@funboxteam/eslint-config`.
10
+ Use @necrobox/eslint-config instead of @funboxteam/eslint-config.
6
11
 
7
12
 
8
13
  ## 6.0.1 → 7.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@necrobox/eslint-config",
3
- "version": "8.0.0",
3
+ "version": "9.0.0",
4
4
  "description": "ESLint rules that follow our style guide",
5
5
  "keywords": [
6
6
  "eslint",
@@ -21,7 +21,7 @@
21
21
  "author": "FunBox LLC <wanted@fun-box.ru> (https://funbox.ru)",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@funboxteam/eslint-plugin-no-only-tests": "5.0.0",
24
+ "@necrobox/eslint-plugin-no-only-tests": "6.0.0",
25
25
  "eslint-config-airbnb": "19.0.4",
26
26
  "eslint-import-resolver-webpack": "0.13.10",
27
27
  "eslint-plugin-import": "2.32.0",