rss-reader/.eslintrc.js
Marc Cataford 9dd28ca789
refactor: react to preact (#15)
* refactor: react to preact

* refactor: replace all refs
2021-08-02 01:26:24 -04:00

6 lines
106 B
JavaScript

module.exports = {
extends: '@tophat',
rules: {
"react/react-in-jsx-scope": "off"
}
}