rss-reader/.eslintrc.js

7 lines
106 B
JavaScript
Raw Normal View History

2021-07-14 02:45:47 +00:00
module.exports = {
extends: '@tophat',
rules: {
"react/react-in-jsx-scope": "off"
}
2021-07-14 02:45:47 +00:00
}