Skip to content

Commit

Permalink
SX: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnzlml committed Jan 14, 2025
1 parent 88d272f commit d97fb00
Show file tree
Hide file tree
Showing 421 changed files with 71 additions and 23,814 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,8 @@ jobs:
fail-fast: false
matrix:
repository:
- '@adeira/sx-design'
- 'mrtnzlml-meta'
include:
- repository: '@adeira/sx-design'
source: 'src/sx-design/**'
playwrightReportName: 'playwright-report-sx-design'
playwrightReportPath: 'src/sx-design/playwright/test-results/'
- repository: 'mrtnzlml-meta'
source: 'src/mrtnzlml-meta/**'
playwrightReportName: 'playwright-report-mrtnzlml-meta'
Expand Down
8 changes: 1 addition & 7 deletions scripts/publishedPackages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"@adeira/eslint-config",
"@adeira/eslint-fixtures-tester",
"@adeira/fixtures-tester",
"@adeira/forms",
"@adeira/hooks",
"@adeira/icons",
"@adeira/js",
Expand All @@ -14,10 +13,5 @@
"@adeira/murmur-hash",
"@adeira/relay",
"@adeira/shell-command",
"@adeira/sx",
"@adeira/sx-design",
"@adeira/sx-design-headless",
"@adeira/sx-jest-snapshot-serializer",
"eslint-plugin-adeira",
"eslint-plugin-sx"
"eslint-plugin-adeira"
]

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ exports[`rules snapshot: all stable rules 1`] = `
"eslint-plugin-eslint-comments",
"eslint-plugin-promise",
"eslint-plugin-adeira",
"eslint-plugin-sx",
"eslint-plugin-ft-flow",
"eslint-plugin-fb-flow",
"eslint-plugin-jest",
Expand Down Expand Up @@ -1121,10 +1120,6 @@ exports[`rules snapshot: all stable rules 1`] = `
"standard/object-curly-even-spacing": "off",
"strict": 1,
"switch-colon-spacing": "off",
"sx/no-concatenated-classes": 2,
"sx/no-unused-stylesheet": 2,
"sx/use-logical-properties": 2,
"sx/valid-usage": 2,
"symbol-description": 2,
"template-curly-spacing": "off",
"template-tag-spacing": "off",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ exports[`Base preset: Base preset 1`] = `
"eslint-plugin-eslint-comments",
"eslint-plugin-promise",
"eslint-plugin-adeira",
"eslint-plugin-sx",
"eslint-plugin-prettier",
],
"rules": {
Expand Down Expand Up @@ -522,10 +521,6 @@ exports[`Base preset: Base preset 1`] = `
},
],
"strict": 1,
"sx/no-concatenated-classes": 2,
"sx/no-unused-stylesheet": 2,
"sx/use-logical-properties": 2,
"sx/valid-usage": 2,
"symbol-description": 2,
"use-isnan": [
2,
Expand Down
1 change: 0 additions & 1 deletion src/eslint-config-adeira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-relay": "^1.8.3",
"eslint-plugin-sx": "^0.14.0",
"eslint-plugin-testing-library": "^6.5.0",
"prettier": "^2.8.8"
},
Expand Down
7 changes: 0 additions & 7 deletions src/eslint-config-adeira/src/presets/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = ({
'eslint-plugin-eslint-comments',
'eslint-plugin-promise',
'eslint-plugin-adeira',
'eslint-plugin-sx',
],
rules: {
// Possible Errors (http://eslint.org/docs/rules/#possible-errors)
Expand Down Expand Up @@ -445,12 +444,6 @@ module.exports = ({
'adeira/no-invalid-flow-annotations': ERROR,
'adeira/only-nullable-fields': ERROR,
'adeira/valid-test-folder': ERROR,

// Adeira SX custom rules
'sx/no-concatenated-classes': ERROR,
'sx/no-unused-stylesheet': ERROR,
'sx/use-logical-properties': ERROR,
'sx/valid-usage': ERROR,
},
settings: {
'import/resolver': {
Expand Down
2 changes: 0 additions & 2 deletions src/eslint-plugin-sx/.npmignore

This file was deleted.

21 changes: 0 additions & 21 deletions src/eslint-plugin-sx/LICENSE

This file was deleted.

48 changes: 0 additions & 48 deletions src/eslint-plugin-sx/README.md

This file was deleted.

50 changes: 0 additions & 50 deletions src/eslint-plugin-sx/docs/rules/no-concatenated-classes.md

This file was deleted.

56 changes: 0 additions & 56 deletions src/eslint-plugin-sx/docs/rules/no-unused-stylesheet.md

This file was deleted.

33 changes: 0 additions & 33 deletions src/eslint-plugin-sx/docs/rules/use-logical-properties.md

This file was deleted.

54 changes: 0 additions & 54 deletions src/eslint-plugin-sx/docs/rules/valid-usage.md

This file was deleted.

Loading

0 comments on commit d97fb00

Please sign in to comment.