https://github.com/twbs/bootstrap
Revision 1c07693b1f43548baf656c5218b270b79514801d authored by dependabot[bot] on 15 September 2020, 09:20:56 UTC, committed by GitHub on 15 September 2020, 09:20:56 UTC
Bumps [eslint](https://github.com/eslint/eslint) from 7.8.1 to 7.9.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.8.1...v7.9.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d6dd31
Raw File
Tip revision: 1c07693b1f43548baf656c5218b270b79514801d authored by dependabot[bot] on 15 September 2020, 09:20:56 UTC
Bump eslint from 7.8.1 to 7.9.0 (#31661)
Tip revision: 1c07693
.stylelintrc
{
  "extends": [
    "stylelint-config-twbs-bootstrap/scss"
  ],
  "rules": {
    "function-blacklist": [
      "calc"
    ],
    "property-blacklist": [
      "border-radius",
      "border-top-left-radius",
      "border-top-right-radius",
      "border-bottom-right-radius",
      "border-bottom-left-radius",
      "transition"
    ],
    "scss/dollar-variable-default": [
      true,
      {
        "ignore": "local"
      }
    ],
    "scss/selector-no-union-class-name": true
  }
}
back to top