0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/js/tests/unit/.eslintrc.json

14 lines
247 B
JSON
Raw Normal View History

2019-03-13 15:23:50 +01:00
{
"extends": [
"../../../.eslintrc.json"
2019-03-13 15:23:50 +01:00
],
2021-01-28 10:34:20 +01:00
"env": {
"jasmine": true
},
"rules": {
"unicorn/consistent-function-scoping": "off",
"unicorn/no-useless-undefined": "off",
"unicorn/prefer-add-event-listener": "off"
2021-01-28 10:34:20 +01:00
}
2019-03-13 15:23:50 +01:00
}