3.1.0 • Published 10 months ago

stylelint-scss-helix-structure v3.1.0

Weekly downloads
15
License
MIT
Repository
github
Last release
10 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

10 months ago

3.0.3

10 months ago

3.0.2

10 months ago

3.1.0

10 months ago

3.0.1

10 months ago

3.0.6

10 months ago

3.0.5

10 months ago

3.0.0

10 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