mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-14 02:24:00 +01:00
17d8fba548
Pin karma and linkinator due to failures
33 lines
594 B
JSON
33 lines
594 B
JSON
{
|
|
"extends": [
|
|
"../../../.eslintrc.json"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 5,
|
|
"sourceType": "script"
|
|
},
|
|
"env": {
|
|
"es6": false,
|
|
"jquery": true,
|
|
"qunit": true
|
|
},
|
|
"globals": {
|
|
"bootstrap": false,
|
|
"sinon": false,
|
|
"Util": false,
|
|
"Alert": false,
|
|
"Button": false,
|
|
"Carousel": false,
|
|
"Simulator": false,
|
|
"Toast": false
|
|
},
|
|
"rules": {
|
|
"no-var": "off",
|
|
"object-shorthand": "off",
|
|
"prefer-arrow-callback": "off",
|
|
"prefer-rest-params": "off",
|
|
"prefer-template": "off",
|
|
"unicorn/prefer-spread": "off"
|
|
}
|
|
}
|