@dialpad/eslint-plugin-dialtone 1.7.0 → 1.7.2-beta.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.
@@ -15,7 +15,7 @@ module.exports = {
15
15
  docs: {
16
16
  description: "Detects custom dialtone icons implementations",
17
17
  recommended: false,
18
- url: 'https://github.com/dialpad/eslint-plugin-dialtone/blob/main/docs/rules/custom-implementation.md', // URL to the documentation page for this rule
18
+ url: 'https://github.com/dialpad/dialtone/blob/staging/packages/eslint-plugin-dialtone/docs/rules/custom-implementation.md', // URL to the documentation page for this rule
19
19
  },
20
20
  fixable: null, // Or `code` or `whitespace`
21
21
  schema: [], // Add a schema if the rule has options
@@ -17,7 +17,7 @@ module.exports = {
17
17
  docs: {
18
18
  description: "Detects usages of deprecated components that should be replaced by Dialtone Vue components",
19
19
  recommended: false,
20
- url: 'https://github.com/dialpad/eslint-plugin-dialtone/blob/main/docs/rules/deprecated-component.md', // URL to the documentation page for this rule
20
+ url: 'https://github.com/dialpad/dialtone/blob/staging/packages/eslint-plugin-dialtone/docs/rules/deprecated-component.md', // URL to the documentation page for this rule
21
21
  },
22
22
  fixable: null, // Or `code` or `whitespace`
23
23
  schema: [], // Add a schema if the rule has options
@@ -15,7 +15,7 @@ module.exports = {
15
15
  description:
16
16
  'Detects usages of deprecated vue directives that should be replaced by Dialtone Vue directives',
17
17
  recommended: false,
18
- url: 'https://github.com/dialpad/eslint-plugin-dialtone/blob/main/docs/rules/deprecated-directive.md', // URL to the documentation page for this rule
18
+ url: 'https://github.com/dialpad/dialtone/blob/staging/packages/eslint-plugin-dialtone/docs/rules/deprecated-directive.md', // URL to the documentation page for this rule
19
19
  },
20
20
  fixable: null, // Or `code` or `whitespace`
21
21
  schema: [], // Add a schema if the rule has options
@@ -15,7 +15,7 @@ module.exports = {
15
15
  docs: {
16
16
  description: 'Finds deprecated svg and vue icon imports from dialtone',
17
17
  recommended: false,
18
- url: 'https://github.com/dialpad/eslint-plugin-dialtone/blob/main/docs/rules/deprecated-icons.md', // URL to the documentation page for this rule
18
+ url: 'https://github.com/dialpad/dialtone/blob/staging/packages/eslint-plugin-dialtone/docs/rules/deprecated-icons.md', // URL to the documentation page for this rule
19
19
  },
20
20
  fixable: null, // Or `code` or `whitespace`
21
21
  schema: [], // Add a schema if the rule has options
@@ -14,7 +14,7 @@ module.exports = {
14
14
  docs: {
15
15
  description: "Utilities to set Font family, Font weight, Font size, and Line height separately are discouraged in favor of composed typography utilities",
16
16
  recommended: false,
17
- url: 'https://github.com/dialpad/eslint-plugin-dialtone/blob/main/docs/rules/recommend-typography-style.md', // URL to the documentation page for this rule
17
+ url: 'https://github.com/dialpad/dialtone/blob/staging/packages/eslint-plugin-dialtone/docs/rules/recommend-typography-style.md', // URL to the documentation page for this rule
18
18
  },
19
19
  fixable: null, // Or `code` or `whitespace`
20
20
  schema: [], // Add a schema if the rule has options
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/eslint-plugin-dialtone",
3
- "version": "1.7.0",
3
+ "version": "1.7.2-beta.1",
4
4
  "description": "dialtone eslint plugin",
5
5
  "keywords": [
6
6
  "Dialpad",