Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "mofo-style", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "A Javascript style guide including linters for the Mozilla Foundation Engineering team.", | ||
@@ -17,9 +17,9 @@ "main": "", | ||
"type": "git", | ||
"url": "git://github.com/MozillaFoundation/javascript-style-guide.git" | ||
"url": "git://github.com/MozillaFoundation/mofo-style.git" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/MozillaFoundation/javascript-style-guide/issues" | ||
"url": "https://github.com/MozillaFoundation/mofo-style/issues" | ||
}, | ||
"homepage": "https://github.com/MozillaFoundation/javascript-style-guide" | ||
"homepage": "https://github.com/MozillaFoundation/mofo-style" | ||
} |
@@ -29,2 +29,8 @@ # Mozilla Foundation JS Style Guide | ||
### Automated formatting | ||
ESLint has a very helpful flag, `--fix`, which will automatically fix many styling issues for you (anything with a wrench icon on [this page](http://eslint.org/docs/rules/)). | ||
If you incorporate `--fix` into your task runner, then it's recommended that you make a new task for it instead of adding it to your standard linting task. This will allow you to safely connect your standard read-only test to Travis without running the risk of it modifying your committed code. | ||
## Extending The RC | ||
@@ -36,3 +42,3 @@ | ||
Refer to the [RC file](https://github.com/MozillaFoundation/javascript-style-guide/blob/master/.eslintrc.yaml) and the corresponding [rule definitions](http://eslint.org/docs/rules) for specifics. | ||
Refer to the [RC file](https://github.com/MozillaFoundation/mofo-style/blob/master/.eslintrc.yaml) and the corresponding [rule definitions](http://eslint.org/docs/rules) for specifics. | ||
@@ -39,0 +45,0 @@ ## EditorConfig |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7874
7
46