Abeautifulsnow/eslintrc.js

Update Config

Abeautifulsnow opened this issue · 0 comments

React

.eslintrc.js

rules

  • "react/react-in-jsx-scope": "off" // suppress errors for missing 'import React' in files
  • "react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx", ".ts", ".tsx"] }] // allow jsx syntax in js files (for next.js project)