0.0.4 • Published 4 years ago

@workwithizzi/eslint-config v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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-config

  • Create a .eslintrc.js or .eslintrc file in your project root and extend this package

      module.exports = {
        extends: "@workwithizzi/eslint-config",
        // Overide your eslint rules below.
        // rules: {},
      }