Shakuro eslint (with React and tailwindcss support) and prettier extensible basic config.
yarn add -D @shakuroinc/eslint-config-react
npx install-peerdeps @shakuroinc/eslint-config-react -d -Y
if you using yarn workspaces
npx install-peerdeps @shakuroinc/eslint-config-react -d -Y --extra-args "--ignore-workspace-root-check"
// .eslintrc.js
module.exports = {
extends: ['@shakuroinc/eslint-config-react'],
// extend config if needed
};
// .prettierrc.js
module.exports = { ...require('@shakuroinc/eslint-config-react/prettier.config') };