218f8172ea
* chore: initial version * chore: add shebang
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
module.exports = {
|
|
extends: [
|
|
"@tophat/eslint-config/base",
|
|
"@tophat/eslint-config/jest",
|
|
]
|
|
}
|