4.1.7 • Published 3 months ago

@immowelt/stylelint-config-immowelt v4.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@immowelt/stylelint-config-immowelt

Powered by Immowelt Build Status semantic-release

Usage

Add it to your dependencies.

yarn add --dev @immowelt/stylelint-config-immowelt

Use it in your StyleLint settings.

{
  "extends": "@immowelt/stylelint-config-immowelt"
}

Extension

You may also want to use @mapbox/stylelint-processor-arbitrary-tags for checking CSS inside XML like files (like HTML). That will result in an package.json like:

{
  "scripts": {
    "test:scss-lint": "stylelint --syntax scss \"src/**/*.{scss,vue}\"",
    "test:scss-lint:fix": "npm run test:scss-lint -- --fix"
  },
  "devDependencies": {
    "@immowelt/stylelint-config-immowelt": "^2.2.0",
    "@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0"
  },
  "stylelint": {
    "extends": "@immowelt/stylelint-config-immowelt",
    "processors": ["@mapbox/stylelint-processor-arbitrary-tags"]
  }
}

Linting Bundle

License

See the LICENSE file at the root of the repository.

4.1.7

3 months ago

4.1.6

10 months ago

4.1.5

2 years ago

4.1.4

2 years ago

4.1.3

2 years ago

4.1.2

2 years ago

4.1.0

3 years ago

4.1.1

3 years ago

4.0.1

3 years ago

4.0.0

4 years ago

3.0.0

4 years ago

2.5.0

4 years ago

2.4.0

5 years ago

2.3.2

6 years ago

2.3.1

6 years ago

2.3.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.1

6 years ago