2e018d3510
* wip: initial up * chore: package settings * docs: base * refactor: initialize, unused func * wip: initial add * test: cov
7 lines
155 B
JavaScript
7 lines
155 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'@tophat/eslint-config/base',
|
|
'@tophat/eslint-config/jest',
|
|
'@tophat/eslint-config/web',
|
|
]
|
|
}
|