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.
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" // ...
Copyright (C) 2017 and above Shogun shogun@cowtech.it.
Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/isc.