https://github.com/twbs/bootstrap
Raw File
Tip revision: fca04c07131a81e625a516cf7b98a8c7df0df1c1 authored by XhmikosR on 13 May 2022, 06:07:23 UTC
Dist
Tip revision: fca04c0
.eslintrc.json
{
  "env": {
    "browser": false,
    "node": true
  },
  "parserOptions": {
    "sourceType": "script"
  },
  "extends": "../.eslintrc.json",
  "rules": {
    "no-console": "off",
    "strict": "error"
  }
}
back to top