@cowtech/eslint-config

Cowtech's ESLint configuration

View on GitHub

Introduction

%s %s

CowTech ESLint configuration

https://sw.cowtech.it/eslint-config

Starting from version 4.19.0, it is now based on standard which will differ on only few specific cases.

Usage

In your ESLint configuration file, insert one the following statement, depending on your use case:

// ... 
"extends": "@cowtech/eslint-config" 
// ...
// ... 
"extends": "@cowtech/eslint-config/typescript" 
// ...
// ... 
"extends": "@cowtech/eslint-config/react" 
// ...
// ... 
"extends": "@cowtech/eslint-config/react-with-typescript" 
// ...

Contributing to @cowtech/eslint-config

Copyright

Copyright (C) 2017 and above Shogun shogun@cowtech.it.

Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/isc.