-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecosystem.yml
65 lines (65 loc) · 2.17 KB
/
ecosystem.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
packages:
# In alphabetical order
- '@primer/stylelint-config'
- [
'@shopify/stylelint-plugin',
{
install-command: 'yarn',
list-installed-versions-command: 'yarn list --pattern stylelint',
test-command: 'NODE_OPTIONS="--experimental-vm-modules --no-warnings" npx jest --runInBand',
},
]
- '@stylistic/stylelint-config'
- '@stylistic/stylelint-plugin'
# - '@wordpress/stylelint-config'
- 'stylelint-actions-formatters'
- 'stylelint-checkstyle-reporter'
- 'stylelint-config-clean-order'
- 'stylelint-config-css-modules'
- 'stylelint-config-html'
- 'stylelint-config-idiomatic-order'
- 'stylelint-config-property-sort-order-smacss'
- 'stylelint-config-recess-order'
- 'stylelint-config-recommended'
- 'stylelint-config-recommended-scss'
- 'stylelint-config-recommended-vue'
- 'stylelint-config-sass-guidelines'
- 'stylelint-config-standard'
- 'stylelint-config-standard-scss'
# - 'stylelint-config-standard-vue'
- 'stylelint-config-suitcss'
- 'stylelint-config-twbs-bootstrap'
- 'stylelint-config-wikimedia'
- 'stylelint-config-xo'
- 'stylelint-config-xo-scss'
# - 'stylelint-csstree-validator'
- 'stylelint-declaration-block-no-ignored-properties'
- 'stylelint-declaration-strict-value'
- 'stylelint-formatter-pretty'
- 'stylelint-high-performance-animation'
- [
'stylelint-less',
{
set-overrides-command: 'npm pkg set pnpm.overrides.stylelint',
install-command: 'pnpm install --no-frozen-lockfile',
list-installed-versions-command: 'pnpm list --long --json stylelint',
build-command: 'pnpm -r build',
test-command: 'pnpm -r test',
},
]
- 'stylelint-media-use-custom-media'
- 'stylelint-no-unsupported-browser-features'
- 'stylelint-order'
- 'stylelint-plugin-defensive-css'
- 'stylelint-plugin-logical-css'
- 'stylelint-plugin-stylus'
- 'stylelint-prettier'
- 'stylelint-react-native'
- 'stylelint-scss'
- 'stylelint-selector-bem-pattern'
- 'stylelint-stylus'
# - 'stylelint-suitcss'
- 'stylelint-use-logical'
- 'stylelint-use-logical-spec'
- 'stylelint-use-nesting'
- 'stylelint-value-no-unknown-custom-properties'