1.1.11 • Published 19 hours ago

@opi_pib/stylelint-config-base v1.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
19 hours ago

@opi_pib/stylelint-config-base

Install

npm install -D stylelint @opi_pib/stylelint-config-base

Config

.stylelintrc.json

{
	"extends": ["@opi_pib/stylelint-config-base"]
}

package.json

"lint:styles": "stylelint **/*.scss --fix -i=.gitignore",

browserslist

> 5%
Last 2 versions

VS Code settings.json

{
  "editor.formatOnSave": true,
  "editor.codeActionsOnSave": {
    "source.fixAll": true
  },
  "[scss]": {
    "editor.defaultFormatter": "stylelint.vscode-stylelint"
  },
  "scss.validate": false,
  "stylelint.validate": ["scss"]
}
1.1.9

20 hours ago

1.1.8

20 hours ago

1.1.11

19 hours ago

1.1.10

19 hours ago

1.1.7

30 days ago

1.1.6

1 month ago

1.1.5

2 months ago

1.1.4

6 months ago

1.1.3

7 months ago

1.1.2

12 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago