0.0.4 • Published 6 years ago
@workwithizzi/eslint-config-react v0.0.4
ESLint Config for React
Setup
Install the package from npm: - With npm:
npm i --save-dev @workwithizzi/eslint-config-react- With yarn:yarn add -D @workwithizzi/eslint-config-reactCreate a
.eslintrc.jsor.eslintrcfile in your project root and extend this packagemodule.exports = { extends: "@workwithizzi/eslint-config-react", // Overide your eslint rules below. // rules: {}, }