1.2.0 • Published 1 year ago

@opi_pib/stylelint-config-base v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.2.0

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago