diff --git a/README.md b/README.md index 87454fcb..9342adc2 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,20 @@ This section is a place for additional best practices that may be useful but are } ``` +## How do I disable auto fix + +You may wish to disable auto fix so when you run `eslint` in ci it will error +if it catches anything unlinted. + +``` js +{ + "scripts": { + "eslint:ci": "eslint-godaddy --fix=false --max-warnings=0 lib/ test/", + } +} +``` + + ## How do I contribute? Fork this repository and submit a pull request.