https://github.com/twbs/bootstrap
Raw File
Tip revision: 962f3e9b52161560089f91e5fdc1ed4111881881 authored by GeoSot on 10 August 2022, 22:29:15 UTC
revert click trigger
Tip revision: 962f3e9
.eslintrc.json
{
  "env": {
    "browser": false,
    "node": true
  },
  "parserOptions": {
    "sourceType": "script"
  },
  "extends": "../.eslintrc.json",
  "rules": {
    "no-console": "off",
    "strict": "error"
  }
}
back to top