1.3.1 • Published 25 days ago

@benestudioco/eslint-config-benestudio-typescript v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
25 days ago

eslint-config-benestudio-typescript

Benestudio specific base linting rules for ESLint

Requirements

Installing

  • npm install -D @benestudioco/eslint-config-benestudio-typescript

Usage

We export one configuration for your usage.

Our default export contains all of our ESLint rules. It requires eslint eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-markdown eslint-plugin-prettier eslint-plugin-jest eslint-plugin-no-loops eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-sort-keys-shorthand @typescript-eslint/eslint-plugin @typescript-eslint/parser


Create a .eslintrc with the following content

{
  "extends": ["@benestudioco/eslint-config-benestudio-typescript"]
}

Linting Typescript files

  • eslint .

License

Copylefted (c) 2019 Bene Studio Licensed under the MIT license.