2.0.3 • Published 2 years ago

stylelint-scss-helix-structure v2.0.3

Weekly downloads
15
License
MIT
Repository
github
Last release
2 years ago

stylelint-scss-helix-structure

Install via npm:

npm install styleint-scss-helix-structure --save-dev

.stylelintrc:

"plugins": [
    "stylelint-scss-helix-structure"
],
"rules": {
  "helix-structure/restricted-imports": [true, { 
    "basePath": "./src",
    "alias": {
      "~": "./"
    }
  }],
  "helix-structure/restricted-tilde-imports": [true, { 
    "basePath": "./src",
    "ignoreFix": false,
    "alias": {
      "~": "./"
    }
  }],
  ...
2.0.3

2 years ago

2.0.2

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago