2019.12.2-4.1 • Published 6 years ago

@inkatze/eslint-config v2019.12.2-4.1

Weekly downloads
29
License
BSD-3-Clause
Repository
github
Last release
6 years ago

ESLint X Typescript X Prettier Setup

Personal ESLint, typescript configuration with prettier.

Installing

  1. Install peer dependencies needed for the configuration:
npx install-peerdeps -D @inkatze/eslint-config
  1. Create a .eslintrc.js file in the project's root:
{
  "extends": [
    "@inkatze/eslint-config"
  ]
}