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