1.0.10 • Published 3 years ago

@svgl/eslint-config-svgl v1.0.10

Weekly downloads
11
License
MIT
Repository
github
Last release
3 years ago

ESLint & Prettier Configuration

Settings for ESLint and prettier. Extends Airbnb configuration and prettier, with plugins for react and prettier.

Installing

  1. Install the npm package
npm install @svgl/eslint-config-svgl --save-dev
  1. Create .eslintrc file and add
{
    "extends": [
        "@svgl/eslint-config-svgl"
    ]
}