This package provides CA's .eslintrc
as an extensible shared config. This configuration is intended to be used in all CA React components and applications.
$ npm install --save-dev eslint eslint-config-ca
Once the eslint-config-ca
package is installed, you can use it by specifying ca
in the extends
section of your ESLint configuration.
{
"extends": "ca",
"rules": {
// Additional, per-project rules...
}
}
Your contributions are welcome and much appreciated. To learn more, see the Contribution Guidelines.
This project supports commitizen
. You can use npm run commit
to run the local instance of commitizen
or git cz
if you have it installed globally.
Alternatively, if you are simply using git commit
, you must follow this format:
git commit -m "<type>: <subject>"
Copyright (c) 2017 CA. All rights reserved. This software may be modified and distributed under the terms of the MIT license. To learn more, see the License.