@ukho/eslint-config
v1.0.5
Published
An extensible shared config for ESLint.
Downloads
4
Readme
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