2.0.0 • Published 8 months ago

stylelint-config-adidas v2.0.0

Weekly downloads
272
License
MIT
Repository
github
Last release
8 months ago

npm version

stylelint-config-adidas

adidas configuration for stylelint CSS linter tool.

The configuration extends the stylelint standard: stylelint-config-standard.

Install

npm i --save-dev stylelint@15 stylelint-config-adidas

Project specific configuration.

Create a .stylelintrc file on the root folder of the project.

{
  "extends": "stylelint-config-adidas"
}

The defined rules can be modified adding other configurations, plugins or custom rules.

{
  "extends": [
    "stylelint-config-adidas",
    "my-custom-stylelint-config"
  ],
  "rules": {
    "at-rule-no-unknown": [ true, {
      "ignoreAtRules": ["my-rule"]
    }]
  }
}

Links

2.0.0

8 months ago

1.3.0

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago