@grozav/eslint-config

1.2.0 • Public • Published

@grozav/eslint-preset

  • Typescript ready
  • Extends standard
  • Single quotes, semi
  • Sensible defaults, best practices
  • One-line of config

Usage

  1. Install dependencies.
    npm i -DE eslint @grozav/eslint-preset
  2. Create a new .eslintrc.js file and add the following:
    module.exports = {
        extends: '@grozav'
    }
  3. Add linting script to package.json:
    "lint": "eslint --ext .vue,.ts,.tsx,.js,.jsx src",

License

ISC

Readme

Keywords

none

Package Sidebar

Install

npm i @grozav/eslint-config

Weekly Downloads

6

Version

1.2.0

License

ISC

Unpacked Size

3.42 kB

Total Files

5

Last publish

Collaborators

  • alexgrozav
  • grozavcom