before-hook
Version:
A modern pre-hook JS library that's just easy, built with love and style.
27 lines (26 loc) • 478 B
Plain Text
{
"extends": ["airbnb", "prettier"],
"globals": {
"afterAll": true,
"afterEach": true,
"beforeAll": true,
"beforeEach": true,
"describe": true,
"expect": true,
"fit": true,
"it": true,
"jasmine": true,
"xit": true,
"jest": true
},
"settings": {
"plugins": ["import"],
"rules": {
"import/no-unresolved": "error",
"no-const-assign": "error"
},
"import/resolver": {
"typescript": {}
}
}
}