3.1.0 • Published 11 months ago

stylelint-scss-helix-structure v3.1.0

Weekly downloads
15
License
MIT
Repository
github
Last release
11 months ago

stylelint-scss-helix-structure

Install via npm:

npm install stylelint-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": {
      "~": "./"
    }
  }],
  ...
3.0.4

11 months ago

3.0.3

11 months ago

3.0.2

11 months ago

3.1.0

11 months ago

3.0.1

11 months ago

3.0.6

11 months ago

3.0.5

11 months ago

3.0.0

11 months ago

2.0.3

3 years ago

2.0.2

4 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago