1.0.5 • Published 4 years ago

@ukho/eslint-config v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

UKHO ESLint Config

An extensible shared config for ESLint.

Usage

Install ESLint and this config as dependencies to your project:

yarn add -D eslint @ukho/eslint-config

IDEs such as WebStorm will recognise ESLint and provide linting help.

For manual execution, simply run ESLint via the package manager:

yarn run eslint

Features

This ESLint config makes use of best practices from internal experiementation with TypeScript and Angular, and from a number of other sources as follows:

  • @angular-eslint
  • @typescript-eslint
  • @ngneat/eslint-plugin-reactive-forms
  • eslint-config-airbnb-base
  • eslint-config-prettier
  • eslint-plugin-cypress
  • eslint-plugin-import
  • eslint-plugin-jest
  • eslint-plugin-prettier