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"
// ...
- Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
- Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
- Fork the project.
- Start a feature/bugfix branch.
- Commit and push until you are happy with your contribution.
- Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
Copyright (C) 2017 and above Shogun shogun@cowtech.it.
Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/isc.