This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
draft-js-commit-log-plugin/.eslintrc.js
Marc Cataford 2e018d3510
Initial working version (#1)
* wip: initial up

* chore: package settings

* docs: base

* refactor: initialize, unused func

* wip: initial add

* test: cov
2020-04-19 20:14:51 -04:00

7 lines
155 B
JavaScript

module.exports = {
extends: [
'@tophat/eslint-config/base',
'@tophat/eslint-config/jest',
'@tophat/eslint-config/web',
]
}