@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 *10.0.0, it is now based on neostandard with few modifications.

Between version **4.19.0* and **9.x**, it was based on standard with few modifications.

Usage

In your ESLint configuration file, insert the following code:

import { cowtech } from '@cowtech/eslint-config' 
 
export default [ 
  // ... 
  ...cowtech 
  // ... 
]

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.