UNPKG

@youngjuning/eslint-rules

Version:
20 lines (19 loc) 606 B
module.exports = { 'jsx-a11y/accessible-emoji': 0, // Append 'tsx' to Airbnb 'react/jsx-filename-extension' rule // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-filename-extension.md 'react/jsx-filename-extension': [ 2, { extensions: ['.jsx', '.tsx'], }, ], 'react/prefer-stateless-function': 0, 'react/destructuring-assignment': 0, 'react/prop-types': 0, 'react/react-in-jsx-scope': 0, 'react/jsx-props-no-spreading': 0, 'react/static-property-placement': 0, 'react/no-unescaped-entities': 0, 'react-hooks/exhaustive-deps': 0, };